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

Document doctest fixture pitfalls #4509

Merged
merged 2 commits into from
Dec 5, 2018
Merged

Document doctest fixture pitfalls #4509

merged 2 commits into from
Dec 5, 2018

Conversation

Tadaboody
Copy link
Contributor

@Tadaboody Tadaboody commented Dec 5, 2018

As requested in #1495

Here's a quick checklist that should be present in PRs (you can delete this text from the final description, this is
just a guideline):

  • Create a new changelog file in the changelog folder, with a name like <ISSUE NUMBER>.<TYPE>.rst. See changelog/README.rst for details.
  • Target the master branch for bug fixes, documentation updates and trivial changes.
  • Target the features branch for new features and removals/deprecations.
  • Include documentation when adding new features.
  • Include new tests or update existing tests when applicable.

Unless your change is trivial or a small documentation fix (e.g., a typo or reword of a small section) please:

  • Add yourself to AUTHORS in alphabetical order;

@codecov
Copy link

codecov bot commented Dec 5, 2018

Codecov Report

Merging #4509 into master will increase coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4509      +/-   ##
==========================================
+ Coverage    95.9%   95.91%   +<.01%     
==========================================
  Files         111      111              
  Lines       25093    25093              
  Branches     2448     2448              
==========================================
+ Hits        24066    24068       +2     
  Misses        724      724              
+ Partials      303      301       -2
Flag Coverage Δ
#docs 30.08% <ø> (+0.07%) ⬆️
#doctesting 30.08% <ø> (+0.07%) ⬆️
#linting 30.08% <ø> (+0.07%) ⬆️
#linux 95.74% <ø> (ø) ⬆️
#nobyte 92.68% <ø> (ø) ⬆️
#numpy 93.45% <ø> (-0.02%) ⬇️
#pexpect 41.85% <ø> (-0.03%) ⬇️
#py27 94.05% <ø> (ø) ⬆️
#py34 92.19% <ø> (+0.06%) ⬆️
#py35 92.21% <ø> (+0.06%) ⬆️
#py36 92.23% <ø> (+0.06%) ⬆️
#py37 94.11% <ø> (+0.01%) ⬆️
#trial 93.45% <ø> (-0.02%) ⬇️
#windows 94.13% <ø> (ø) ⬆️
#xdist 93.98% <ø> (ø) ⬆️
Impacted Files Coverage Δ
src/_pytest/cacheprovider.py 97.11% <0%> (+0.96%) ⬆️

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 60599b6...b7a64d6. Read the comment docs.

@nicoddemus
Copy link
Member

Thanks!

@RonnyPfannschmidt RonnyPfannschmidt merged commit 818aa4d into pytest-dev:master Dec 5, 2018
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.

3 participants