-
Notifications
You must be signed in to change notification settings - Fork 310
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: package conftest #576
Conversation
closes jupyter-server#563 * Package the conftest file. * This changes the test command to `pytest jupyter_server`. * Import the `jupyter_server.conftest` in the examples to inherit the plugin.
Codecov Report
@@ Coverage Diff @@
## master #576 +/- ##
==========================================
+ Coverage 77.34% 77.69% +0.35%
==========================================
Files 109 110 +1
Lines 10137 10234 +97
Branches 1093 1111 +18
==========================================
+ Hits 7840 7951 +111
+ Misses 1908 1896 -12
+ Partials 389 387 -2
Continue to review full report at Codecov.
|
|
Bumping to pick up the CI fixes from #571 |
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.
Thank you!
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, @oliver-sanders. 👍
closes #563
pytest jupyter_server
.jupyter_server.conftest
in the examples to inherit the plugin.