Preprocessor tests

create tests for

  • Create tests for Preprocessor

How to do it

  • Use the pytest framework to run test (i.e., add test_....py files with test_... funcons to your bin/ or src/ directory)
  • Develop appropriate unit, integration and regressions tests.
  • Check code coverage of the tests regularly, discuss with the team if more tests are needed.
Edited by Alejandra Camelo Cruz