-
Notifications
You must be signed in to change notification settings - Fork 6
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
Move to Python 3.8, add tests #8
Conversation
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
=========================================
Coverage ? 62.77%
=========================================
Files ? 22
Lines ? 693
Branches ? 0
=========================================
Hits ? 435
Misses ? 258
Partials ? 0 Continue to review full report at Codecov.
|
@tyarkoni I added some basic tests for all the API routes. Looks like some routes (e.g. |
@adelavega great, thanks! |
Okay yep that's what I thought! |
WIP. Adding a set of comprehensive tests in Python 3.8.
Closes #6
Closes #7