Fixed broken links

This commit is contained in:
Steffen Schroeder
2019-08-27 21:00:48 +02:00
parent 1cecdf6619
commit ceeb7bd085
13 changed files with 29 additions and 30 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/latest/example/parametrize.html
http://pytest.org/en/latest/example/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