-
Notifications
You must be signed in to change notification settings - Fork 299
Convert utils test to pytest styled tests #856
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
Conversation
Currently marked as draft as #855 needs to be merged first and this rebased.
Codecov Report
@@ Coverage Diff @@ ## master #856 +/- ## ========================================== - Coverage 97.90% 97.74% -0.17% ========================================== Files 63 60 -3 Lines 3489 3319 -170 ========================================== - Hits 3416 3244 -172 - Misses 73 75 +2
Continue to review full report at Codecov.
|
Added generic models as by example of DRF. Those are not example models as before but generic in representing different constellations possible with Django models.
040a47b
to
258e825
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for breaking these tests down into bite-sized PRs.
Description of the Change
Added generic models as by example of DRF. Those are not example models as before but generic in representing different constellations possible with Django models.
Checklist
CHANGELOG.md
updated (only for user relevant changes)AUTHORS