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 ab08f54 commit 099e4d1Copy full SHA for 099e4d1
AUTHORS
@@ -321,6 +321,7 @@ Thomas Grainger
321
Thomas Hisch
322
Tim Hoffmann
323
Tim Strazny
324
+Tobias Deiminger
325
Tom Dalton
326
Tom Viner
327
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