-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unit tests #27
Comments
I'm likely to migrate to pytest in the future. So anyone that wants to be involved in that can put hand up here. Turns out you can already run the existing unittests from pytest.
Next I want to investigate breaking the monolithic tests up a bit more. This efforst on this may start in 'htmlx' to not muddy the waters here. |
Ran 1 test in 0.000s OK
|
See Makefile to run all tests: make test NOTE - default tests ubuntu. so will fail on window when terminal test runs. comment out locally if that's the case or to test a single function: or to test a whole module: to see coverage: |
I'm bad at these. so any help tightening them up is always appreciated. plus i learn seeing what people do. However be aware changing any prints to assertions you will find bugs.
The text was updated successfully, but these errors were encountered: