Cherry-pick 8.1.0 release notes

(cherry picked from commit 0a536810dc)
This commit is contained in:
Ran Benita
2024-03-03 23:25:09 +02:00
parent 00043f7f10
commit e410705561
26 changed files with 182 additions and 61 deletions

View File

@@ -152,7 +152,7 @@ The test collection would look like this:
configfile: pytest.ini
collected 2 items
<Dir pythoncollection.rst-195>
<Dir pythoncollection.rst-196>
<Module check_myapp.py>
<Class CheckMyApp>
<Function simple_check>
@@ -215,7 +215,7 @@ You can always peek at the collection tree without running tests like this:
configfile: pytest.ini
collected 3 items
<Dir pythoncollection.rst-195>
<Dir pythoncollection.rst-196>
<Dir CWD>
<Module pythoncollection.py>
<Function test_function>