Testing¶
Each module within the source code has its own module for unit testing. Please see Tests for the logs Module, Tests for the data_handling Module, and Tests for the multithreading Module 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 TempFile “Fixture. There are long term plans to develop integration tests for the whole pipeline.