Files
pytest2/changelog
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
..
2017-07-19 19:38:21 +02:00
2017-06-11 19:51:21 -07:00
2017-06-11 14:17:40 +02:00
2017-06-23 11:09:16 +02:00
2017-07-15 13:43:59 +02:00
2017-07-17 02:16:51 +02:00