Update changelog and AUTHORS
This commit is contained in:
parent
7ffa9a99dc
commit
26ae39866a
1
AUTHORS
1
AUTHORS
|
@ -322,6 +322,7 @@ Thomas Grainger
|
|||
Thomas Hisch
|
||||
Tim Hoffmann
|
||||
Tim Strazny
|
||||
Tobias Deiminger
|
||||
Tom Dalton
|
||||
Tom Viner
|
||||
Tomáš Gavenčiak
|
||||
|
|
|
@ -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.
|
Loading…
Reference in New Issue