-
Notifications
You must be signed in to change notification settings - Fork 3
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
Improve test coverage #2
Comments
We could also run the demos as part of the tests, to check that However, we also need more real unit tests for the |
Also, at the very least, we need a test runner script to run all demos and see if any of them crashed. |
As of 9bf1461 (release 3.3.0 and later), As of 42d93d4 (release 3.2.0 and later), Both tests and demos are discovered automatically, so new ones are easy to add. See I'm leaving the issue open for now, because as of release 3.5.0, we still need a lot more tests. Porting our sister proejct |
Now that we have a proper CI process (see #5), what remains is to bump up the test coverage significantly. Issue title changed. |
Add tests for any parts that are nontrivial and/or can be tested with reasonable effort.
with
May need a small utility to clear
.pyc
caches, to make the test reproduceable.Too bad we can't use
unpythonic.test.fixtures
to test this.The text was updated successfully, but these errors were encountered: