Prepare release version 8.2.1

(cherry picked from commit 66ff8dffdf)
This commit is contained in:
pytest bot
2024-05-19 16:43:40 +00:00
committed by Ran Benita
parent d5b6d44d0e
commit 32baa0b93d
14 changed files with 60 additions and 14 deletions

View File

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