-
Notifications
You must be signed in to change notification settings - Fork 0
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
implement pytest
testing
#1
Labels
enhancement
New feature or request
Comments
Figuring out how to handle dummy DB interactions with startup/teardown methods. Need to organize further into testsuites so I can loop over each entity-type while still having individual test-cases per-entity. |
Noticing some really bad traceback barf when |
The test module will be merged in 3 stages: Phase 1 (unit)
Methods available from within a sub-classed
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At this stage preparing full test coverage is not only necessary for deployment but is also going to help consolidate all the remaining todos and fixes left before initial alpha release.
The text was updated successfully, but these errors were encountered: