We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12559db commit 3274429Copy full SHA for 3274429
AUTHORS
@@ -322,6 +322,7 @@ Thomas Grainger
322
Thomas Hisch
323
Tim Hoffmann
324
Tim Strazny
325
+Tobias Deiminger
326
Tom Dalton
327
Tom Viner
328
Tomáš Gavenčiak
changelog/8914.bugfix.rst
@@ -0,0 +1,4 @@
1
+If fixtures had been indirectly parameterized via test function, e.g. using the
2
+``@pytest.mark.parametrize(indirect=True)`` marker, reordering of tests for the least possible fixture setup/teardown
3
+cycles did not work. Optimized test groups can now be determined either explicitly by passing parameter ids, or
4
+implicitly if the parameter value is hashable.
0 commit comments