Testing¶
Each module within the source code has its own module for unit testing. Please see logging_tests, data_handling_tests, and multithreading_tests for more information. Additionally, there is a class-based “fixture” - well it’s not really a fixture, pytest doesn’t allow class based fixtures - for creating custom temporary file. Please see custom_temp_file.