Merge remote-tracking branch 'upstream/master' into merge-master-into-features
This commit is contained in:
4
changelog/4402.bugfix.rst
Normal file
4
changelog/4402.bugfix.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
Warning summary now groups warnings by message instead of by test id.
|
||||
|
||||
This makes the output more compact and better conveys the general idea of how much code is
|
||||
actually generating warnings, instead of how many tests call that code.
|
||||
1
changelog/4536.bugfix.rst
Normal file
1
changelog/4536.bugfix.rst
Normal file
@@ -0,0 +1 @@
|
||||
``monkeypatch.delattr`` handles class descriptors like ``staticmethod``/``classmethod``.
|
||||
1
changelog/4649.bugfix.rst
Normal file
1
changelog/4649.bugfix.rst
Normal file
@@ -0,0 +1 @@
|
||||
Restore marks being considered keywords for keyword expressions.
|
||||
1
changelog/4653.bugfix.rst
Normal file
1
changelog/4653.bugfix.rst
Normal file
@@ -0,0 +1 @@
|
||||
``tmp_path`` fixture and other related ones provides resolved path (a.k.a real path)
|
||||
1
changelog/4657.trivial.rst
Normal file
1
changelog/4657.trivial.rst
Normal file
@@ -0,0 +1 @@
|
||||
Copy saferepr from pylib
|
||||
1
changelog/4667.bugfix.rst
Normal file
1
changelog/4667.bugfix.rst
Normal file
@@ -0,0 +1 @@
|
||||
``pytest_terminal_summary`` uses result from ``pytest_report_teststatus`` hook, rather than hardcoded strings.
|
||||
1
changelog/4669.bugfix.rst
Normal file
1
changelog/4669.bugfix.rst
Normal file
@@ -0,0 +1 @@
|
||||
Correctly handle ``unittest.SkipTest`` exception containing non-ascii characters on Python 2.
|
||||
Reference in New Issue
Block a user