A couple cleanup items related to the python testcases:
- move test code to
tests folder
- For unit testing, I think we should integrate pytest (or an alternative testing library). This should provide a more standardized (for the python world) way to run tests and likely has better error reporting than our current ad-hoc strategy.
A couple cleanup items related to the python testcases:
testsfolder