Merge pull request #11864 from bluetech/release-8.0.0

Prepare release version 8.0.0

(cherry picked from commit 24c681d4ee)
This commit is contained in:
Ran Benita
2024-01-27 23:55:26 +02:00
parent a164ed6400
commit c6da0d20d2
10 changed files with 50 additions and 13 deletions

View File

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