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

@@ -162,7 +162,7 @@ objects, they are still using the default pytest representation:
rootdir: /home/sweet/project
collected 8 items
<Dir parametrize.rst-192>
<Dir parametrize.rst-193>
<Module test_time.py>
<Function test_timedistance_v0[a0-b0-expected0]>
<Function test_timedistance_v0[a1-b1-expected1]>
@@ -239,7 +239,7 @@ If you just collect tests you'll also nicely see 'advanced' and 'basic' as varia
rootdir: /home/sweet/project
collected 4 items
<Dir parametrize.rst-192>
<Dir parametrize.rst-193>
<Module test_scenarios.py>
<Class TestSampleWithScenarios>
<Function test_demo1[basic]>
@@ -318,7 +318,7 @@ Let's first see how it looks like at collection time:
rootdir: /home/sweet/project
collected 2 items
<Dir parametrize.rst-192>
<Dir parametrize.rst-193>
<Module test_backends.py>
<Function test_db_initialized[d1]>
<Function test_db_initialized[d2]>

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>