Update changelog and AUTHORS

This commit is contained in:
Tobias Deiminger 2021-12-16 21:11:00 +01:00 committed by Ran Benita
parent 7ffa9a99dc
commit 26ae39866a
2 changed files with 5 additions and 0 deletions

View File

@ -322,6 +322,7 @@ Thomas Grainger
Thomas Hisch Thomas Hisch
Tim Hoffmann Tim Hoffmann
Tim Strazny Tim Strazny
Tobias Deiminger
Tom Dalton Tom Dalton
Tom Viner Tom Viner
Tomáš Gavenčiak Tomáš Gavenčiak

View File

@ -0,0 +1,4 @@
If fixtures had been indirectly parameterized via test function, e.g. using the
``@pytest.mark.parametrize(indirect=True)`` marker, reordering of tests for the least possible fixture setup/teardown
cycles did not work. Optimized test groups can now be determined either explicitly by passing parameter ids, or
implicitly if the parameter value is hashable.