Skip to content

Fixes #4064 by correcting the documentation for unit-tests#4072

Merged
nicoddemus merged 1 commit intopytest-dev:masterfrom
pecey:tmp/issue-4064
Oct 3, 2018
Merged

Fixes #4064 by correcting the documentation for unit-tests#4072
nicoddemus merged 1 commit intopytest-dev:masterfrom
pecey:tmp/issue-4064

Conversation

@pecey
Copy link
Copy Markdown

@pecey pecey commented Oct 3, 2018

Updated unittest.rst with the correct documentation.

Fixes #4064

(Note: the "fixes #issue" must be in the description, not in the title 😉)

Copy link
Copy Markdown
Member

@nicoddemus nicoddemus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome, thanks!

@coveralls
Copy link
Copy Markdown

Coverage Status

Coverage increased (+0.02%) to 93.811% when pulling f9ac608 on pecey:tmp/issue-4064 into 3f03625 on pytest-dev:master.

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 3, 2018

Codecov Report

Merging #4072 into master will decrease coverage by 0.1%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #4072      +/-   ##
==========================================
- Coverage   94.49%   94.38%   -0.11%     
==========================================
  Files         109      109              
  Lines       23837    23837              
  Branches     2361     2361              
==========================================
- Hits        22524    22499      -25     
- Misses       1002     1023      +21     
- Partials      311      315       +4
Flag Coverage Δ
#doctesting 28.54% <ø> (-0.71%) ⬇️
#linux 94.38% <ø> (+0.04%) ⬆️
#nobyte 0% <ø> (ø) ⬆️
#numpy 28.15% <ø> (-0.01%) ⬇️
#pexpect 0% <ø> (ø) ⬆️
#py27 92.55% <ø> (-0.07%) ⬇️
#py34 91.99% <ø> (-0.09%) ⬇️
#py35 92% <ø> (-0.09%) ⬇️
#py36 92.53% <ø> (-0.13%) ⬇️
#py37 92.16% <ø> (-0.14%) ⬇️
#trial 31.02% <ø> (-0.16%) ⬇️
#windows ?
#xdist 18.49% <ø> (-0.05%) ⬇️
Impacted Files Coverage Δ
testing/test_paths.py 86.36% <0%> (-13.64%) ⬇️
src/_pytest/paths.py 91.3% <0%> (-8.7%) ⬇️
testing/test_tmpdir.py 95.06% <0%> (-4.94%) ⬇️
src/_pytest/capture.py 86.72% <0%> (-3.21%) ⬇️
src/_pytest/nodes.py 93.69% <0%> (-0.85%) ⬇️
testing/acceptance_test.py 97.14% <0%> (-0.66%) ⬇️
src/_pytest/pytester.py 85.56% <0%> (-0.46%) ⬇️
testing/test_capture.py 98.94% <0%> (-0.31%) ⬇️
src/_pytest/fixtures.py 96.99% <0%> (-0.28%) ⬇️
src/_pytest/terminal.py 91.62% <0%> (+1.74%) ⬆️

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 3f03625...f9ac608. Read the comment docs.

@nicoddemus nicoddemus merged commit e712adc into pytest-dev:master Oct 3, 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.

Docs: is setUpModule/tearDownModule supported?

3 participants