Skip to content

Release 3.8.0 #3940

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

Merged
merged 27 commits into from
Sep 6, 2018
Merged

Release 3.8.0 #3940

merged 27 commits into from
Sep 6, 2018

Conversation

nicoddemus
Copy link
Member

No description provided.

nicoddemus and others added 27 commits August 30, 2018 20:18
Add pytest Quick Start Guide to the books section in the docs
T3566,T3546: added a blurb in usage.rst for usage of flag -r
tests/CI: enable branch coverage
Use EXIT_USAGEERROR instead of magic number
Mention explicitly when pytest.skip and pytest.xfail can be called
Reenable pypy now that scandir can be installed without a compiler
Improve import performance of assertion rewrite. Fixes pytest-dev#3918.
@coveralls
Copy link

Coverage Status

Coverage increased (+0.03%) to 94.101% when pulling 1f20626 on nicoddemus:release-3.8.0 into 531b76a on pytest-dev:features.

@codecov
Copy link

codecov bot commented Sep 6, 2018

Codecov Report

Merging #3940 into features will decrease coverage by 1.14%.
The diff coverage is 98%.

Impacted file tree graph

@@             Coverage Diff             @@
##           features   #3940      +/-   ##
===========================================
- Coverage     96.14%     95%   -1.15%     
===========================================
  Files           107     107              
  Lines         23568   23652      +84     
  Branches          0    2349    +2349     
===========================================
- Hits          22660   22470     -190     
+ Misses          908     886      -22     
- Partials          0     296     +296
Flag Coverage Δ
#doctesting 28.53% <56%> (-3.2%) ⬇️
#nobyte 90.05% <96.61%> (-3.49%) ⬇️
#numpy 28.16% <54%> (-2.66%) ⬇️
#pexpect 47.82% <69.49%> (-5.79%) ⬇️
#pluggymaster 93.74% <98%> (-1.34%) ⬇️
#py27 93.05% <98%> (-1.58%) ⬇️
#py34 92.29% <98%> (-1.61%) ⬇️
#py35 92.31% <98%> (-1.6%) ⬇️
#py36 93.3% <98%> (-1.03%) ⬇️
#py37 92.47% <98%> (-1.6%) ⬇️
#trial 31.06% <54%> (-2.84%) ⬇️
#xdist 93.25% <98%> (-0.37%) ⬇️
Impacted Files Coverage Δ
src/_pytest/outcomes.py 95.89% <ø> (-1.37%) ⬇️
src/_pytest/main.py 96.19% <100%> (-2.03%) ⬇️
src/_pytest/config/__init__.py 94.39% <100%> (-1.7%) ⬇️
src/_pytest/assertion/rewrite.py 96.02% <100%> (-1.16%) ⬇️
testing/test_assertrewrite.py 83.68% <100%> (+0.03%) ⬆️
src/_pytest/terminal.py 92.83% <80%> (-3.1%) ⬇️
testing/freeze/runtests_script.py 0% <0%> (-25%) ⬇️
testing/freeze/tox_run.py 0% <0%> (-14.29%) ⬇️
testing/freeze/create_executable.py 0% <0%> (-12.5%) ⬇️
src/_pytest/assertion/__init__.py 86.36% <0%> (-10.61%) ⬇️
... and 65 more

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 531b76a...1f20626. Read the comment docs.

@nicoddemus
Copy link
Member Author

Deploy broke because of our coverage code. 😓

Uploaded the package manually from a clean checkout, hopefully that went well.

@nicoddemus nicoddemus merged commit f2a427d into pytest-dev:features Sep 6, 2018
@nicoddemus nicoddemus deleted the release-3.8.0 branch September 6, 2018 12:15
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.

8 participants