Details
-
Task
-
Resolution: Done
-
P2: Important
-
None
-
None
-
f5fb5c1292240afd0250f601b783748574cf0227
Description
Instead of having the python tests in the src directory at the same level with all the other python modules, it would be better to have the python tests in their directory which allows better separation of test code from production code.
Steps:
- Move all test_*.py files to their subdirectory
- Update run_tests.py to run the tests from that directory