-
Notifications
You must be signed in to change notification settings - Fork 688
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
Pytest 2 electric boogaloo #3731
Conversation
04ee398
to
bc07997
Compare
Codecov Report
@@ Coverage Diff @@
## develop #3731 +/- ##
========================================
Coverage 84.76% 84.76%
========================================
Files 44 44
Lines 2757 2757
Branches 297 297
========================================
Hits 2337 2337
Misses 353 353
Partials 67 67 Continue to review full report at Codecov.
|
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.
lgtm!
Status
Ready for review
Description of Changes
Toward #2877.
More use of pytest fixtures.
Testing
make test TESTFILES=tests/test_journalist.py
Checklist
If you made changes to the server application code:
make ci-lint
) and tests (make -C securedrop test
) pass in the development container