Skip to content
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 #4

Closed
wants to merge 2 commits into from
Closed

pytest: package conftest #4

wants to merge 2 commits into from

Conversation

oliver-sanders
Copy link
Owner

closes jupyter-server#563

  • Add jupyter_server to the default pytest args to allow running
    pytest with no arguments.
  • Import the jupyter_server.conftest in the examples to inherit the
    plugin.

closes jupyter-server#563

* Add `jupyter_server` to the default pytest args to allow running
  `pytest` with no arguments.
* Import the `jupyter_server.conftest` in the examples to inherit the
  plugin.
@codecov-commenter
Copy link

codecov-commenter commented Aug 23, 2021

Codecov Report

Merging #4 (9a2bf9d) into master (90f619c) will decrease coverage by 0.00%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #4      +/-   ##
==========================================
- Coverage   77.12%   77.12%   -0.01%     
==========================================
  Files         109      110       +1     
  Lines       10115    10128      +13     
  Branches     1089     1093       +4     
==========================================
+ Hits         7801     7811      +10     
- Misses       1929     1931       +2     
- Partials      385      386       +1     
Impacted Files Coverage Δ
jupyter_server/conftest.py 76.92% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 90f619c...9a2bf9d. Read the comment docs.

@oliver-sanders
Copy link
Owner Author

oliver-sanders commented Aug 23, 2021

check_release action fixed by adding -o addopts= to pytest commands in the releaser, however, the addopts messes with other things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot run tests when installed from PyPI
2 participants