a546a612bd
fixtures.reorder_items is non-deterministic because it reorders based on iteration over an (unordered) set. Change the code to use an OrderedDict instead so that we get deterministic behaviour, fixes #920. |
||
---|---|---|
.. | ||
approx.py | ||
collect.py | ||
fixture.py | ||
integration.py | ||
metafunc.py | ||
raises.py | ||
setup_only.py | ||
setup_plan.py | ||
show_fixtures_per_test.py |