Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
It will simplify a number of deployment and testing scenarios if we can run the python tests simply as a module, rather than having to run the tests as a command.
Specifically it allows us to simply use 'python3 -m proton_tests' from the command line once the environment is set up rather than having to remember where the tests are.
This is also an improvement for a Windows install where the 'shebang' does not work at all.
It should also make an installable package with just the tests fairly simpleĀ too.