Adjust doc links for new scheme

Closes #8831
This commit is contained in:
Florian Bruhin
2021-07-06 09:09:04 +02:00
parent 501637547e
commit 953fdabaf0
33 changed files with 83 additions and 83 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ comes with the following fixes and features:
- yielded test functions will now have autouse-fixtures active but
cannot accept fixtures as funcargs - it's anyway recommended to
rather use the post-2.0 parametrize features instead of yield, see:
http://pytest.org/en/stable/example/parametrize.html
http://pytest.org/en/stable/example/how-to/parametrize.html
- fix autouse-issue where autouse-fixtures would not be discovered
if defined in an a/conftest.py file and tests in a/tests/test_some.py
- fix issue226 - LIFO ordering for fixture teardowns