Skip to content

Merge master into features #5319

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 34 commits into from
May 28, 2019
Merged

Merge master into features #5319

merged 34 commits into from
May 28, 2019

Conversation

blueyed
Copy link
Contributor

@blueyed blueyed commented May 27, 2019

No description provided.

tambry and others added 30 commits May 12, 2019 19:14
Since Python 3 it must be "utf-8", which is the official name.
This is backwards compatible with Python 2.
…ellings

Fix one misspelling in changelog
Fix documentation of pytest.raises(match=...)
add a missing import
…scaping-option

Fix `disable_test_id_escaping_and_forfeit_all_rights_to_community_support` option when using a list of test IDs
This is required for pytest-pdb to be called with `--pdb`.

TODO:

- [ ] test
- [ ] pass mode to hook, e.g. "post_mortem" in this case?
This happened in test_pdb_with_caplog_on_pdb_invocation.
Fix invalid Python file encoding "utf8"
pdb: trigger pytest_enter_pdb hook with post-mortem
@nicoddemus nicoddemus changed the base branch from master to features May 27, 2019 23:51
@nicoddemus
Copy link
Member

Changed the base to features 😉

Copy link
Member

@asottile asottile left a comment

Choose a reason for hiding this comment

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

@codecov
Copy link

codecov bot commented May 28, 2019

Codecov Report

Merging #5319 into features will increase coverage by 0.35%.
The diff coverage is 93.26%.

Impacted file tree graph

@@             Coverage Diff              @@
##           features    #5319      +/-   ##
============================================
+ Coverage     92.81%   93.16%   +0.35%     
============================================
  Files           115      115              
  Lines         26171    26266      +95     
  Branches       2585     2595      +10     
============================================
+ Hits          24291    24472     +181     
+ Misses         1562     1474      -88     
- Partials        318      320       +2
Impacted Files Coverage Δ
testing/test_warnings.py 98.9% <ø> (ø) ⬆️
src/_pytest/assertion/truncate.py 92.59% <ø> (+0.13%) ⬆️
testing/test_modimport.py 100% <ø> (ø) ⬆️
testing/test_terminal.py 98.13% <ø> (+11.35%) ⬆️
src/_pytest/_io/saferepr.py 80.43% <ø> (ø) ⬆️
testing/test_conftest.py 99.62% <ø> (ø) ⬆️
src/_pytest/pastebin.py 90.76% <ø> (+0.14%) ⬆️
testing/test_parseopt.py 97.97% <ø> (ø) ⬆️
src/_pytest/cacheprovider.py 97.84% <ø> (ø) ⬆️
src/_pytest/_code/code.py 95.49% <ø> (ø) ⬆️
... and 107 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 2b9ca34...e032904. Read the comment docs.

@blueyed blueyed merged commit 6061ecf into pytest-dev:features May 28, 2019
@blueyed blueyed deleted the mm branch May 28, 2019 00: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