Cherry pick 8.0.2 release notes

(cherry picked from commit e53f798932)
This commit is contained in:
Ran Benita
2024-02-25 00:24:32 +02:00
parent 84bd31de64
commit 7460b1aa31
10 changed files with 41 additions and 10 deletions

View File

@@ -152,7 +152,7 @@ The test collection would look like this:
configfile: pytest.ini
collected 2 items
<Dir pythoncollection.rst-194>
<Dir pythoncollection.rst-195>
<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-194>
<Dir pythoncollection.rst-195>
<Dir CWD>
<Module pythoncollection.py>
<Function test_function>