-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Conversation
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=...)
…port` option when using a list of test IDs
add a missing import
As commented in: pytest-dev#5240 (comment)
Update fixture.rst
Add link to tidelift to the main docs
…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.
Allow disabling of python plugin
changelog: Fix typo
Fix invalid Python file encoding "utf8"
pdb: trigger pytest_enter_pdb hook with post-mortem
This reverts commit 31dfbb4.
As discussed in pytest-dev#5275
Update docs about py27 and py34 support plans
pdb: import pdbcls lazily
Changed the base to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
No description provided.