Merge pull request #12257 from pytest-dev/release-8.2.0

Prepare release 8.2.0

(cherry picked from commit 69c3bcea36)
This commit is contained in:
Bruno Oliveira
2024-04-27 20:35:29 -03:00
committed by Bruno Oliveira
parent 835765c9d3
commit 79ca819e59
22 changed files with 188 additions and 56 deletions

View File

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