test_ok2/testing/python
Lawrence Mitchell a546a612bd Fix nondeterminism in fixture collection order
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.
2017-07-26 14:41:10 +01:00
..
approx.py Fix additional flake8 errors 2017-07-19 17:42:21 -03:00
collect.py Turn warnings into errors in pytest's own test suite 2017-07-22 21:44:18 -03:00
fixture.py Fix nondeterminism in fixture collection order 2017-07-26 14:41:10 +01:00
integration.py Fixed E302 flake8 errors 2017-07-17 01:44:23 +02:00
metafunc.py Turn warnings into errors in pytest's own test suite 2017-07-22 21:44:18 -03:00
raises.py Fixed E303 flake8 errors 2017-07-17 01:44:23 +02:00
setup_only.py Turn warnings into errors in pytest's own test suite 2017-07-22 21:44:18 -03:00
setup_plan.py Improve commenting for setupplan unittest. 2016-06-25 12:21:31 +02:00
show_fixtures_per_test.py Change format for test function locations 2016-06-12 15:58:32 +01:00