Merge pull request #12415 from pytest-dev/release-8.2.2

Prepare release 8.2.2

(cherry picked from commit f3a494cca3)
This commit is contained in:
Ran Benita
2024-06-04 16:51:13 +03:00
parent d4dbe771f0
commit 4cd80e19c5
14 changed files with 58 additions and 16 deletions

View File

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