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

Merge master into features #5522

Merged
merged 170 commits into from
Jun 29, 2019

Conversation

nicoddemus
Copy link
Member

And now we're back to having separate master and features for 5.x. 😁

EvanKepner and others added 30 commits May 27, 2019 20:55
This reverts commit 2b9ca34, reversing
changes made to 0a57124.
Revert "Revert "ci: Travis: add pypy3 to allowed failures temporarily""
…pytest-dev#5231)

Add a new Exceptions section in documentation and document UsageError
…ase-4.6.2 (pytest-dev#5380)

[release notes] Merge pull request pytest-dev#5379 from asottile/release-4.6.2
…t-dev#5378)

Revert "ci: Travis: add pypy3 to allowed failures temporarily"
… dictionaries (pytest-dev#5315)

Documentation: expansion of Monkeypatch to include mocked classes and dictionaries
Looks like this has been in the history since the beginning of time, but we should always get a blank slate anyway

Noticed this in arrow-py/arrow#597
Remove --recreate from .travis.yml
fix logic if importlib_metadata.PathDistribution.files is None [breaks pytest 4.6.0|1|2]
item.obj is again a bound method on TestCase function items
Use keyword-only arguments in a few places
Clean up u' prefixes and py2 bytes conversions
Without this, `testing/test_pdb.py` (already without pexpect) will cause
missing test coverage afterwards (for the same process).
nicoddemus and others added 27 commits June 26, 2019 19:21
Small optimization, move the generation of the intermediate
formatting variables inside the 'if _check_if_assertion_pass_impl():'
block.
…enames

Deprecate funcargnames alias for fixturenames
Remove py<35 compatibility code from rewrite.py
Add Open Collective to FUNDING.yml
…est-dev#5503)

Don't crash with --pyargs and a filename that looks like a module
Fix crash when discovery fails while using `-p no:terminal`
Remove stray comment from tox.ini
…dev#5512)

Remove astor and reproduce the original assertion expression
@codecov
Copy link

codecov bot commented Jun 29, 2019

Codecov Report

Merging #5522 into features will increase coverage by 12.97%.
The diff coverage is 98.01%.

Impacted file tree graph

@@              Coverage Diff              @@
##           features    #5522       +/-   ##
=============================================
+ Coverage     83.14%   96.11%   +12.97%     
=============================================
  Files           114      117        +3     
  Lines         25528    25695      +167     
  Branches       2482     2493       +11     
=============================================
+ Hits          21224    24696     +3472     
+ Misses         3915      695     -3220     
+ Partials        389      304       -85
Impacted Files Coverage Δ
src/_pytest/_code/code.py 94.32% <ø> (-0.06%) ⬇️
testing/test_nose.py 98.87% <ø> (ø) ⬆️
src/_pytest/mark/structures.py 92.57% <ø> (ø) ⬆️
testing/test_junitxml.py 98.11% <ø> (ø) ⬆️
testing/test_tmpdir.py 98.31% <ø> (+4.45%) ⬆️
testing/test_warnings.py 100% <100%> (+74.39%) ⬆️
src/_pytest/assertion/__init__.py 89.7% <100%> (+0.99%) ⬆️
src/_pytest/stepwise.py 96.55% <100%> (-0.12%) ⬇️
testing/test_capture.py 99.21% <100%> (+1.56%) ⬆️
src/_pytest/fixtures.py 97.52% <100%> (+1.91%) ⬆️
... and 110 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 4d5780f...4bc0415. Read the comment docs.

@asottile asottile merged commit 4f9bf02 into pytest-dev:features Jun 29, 2019
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.