Yelp / Testify

A more pythonic testing framework.
Other
308 stars 67 forks source link

TestCases are run in an arbitrary order #133

Closed baris closed 8 years ago

baris commented 11 years ago

We should sort TestCases (per module probably) at test discovery stage.

baris commented 11 years ago

This will change the way Testify handles test cases so it should probably be done with a (major) new version.

EvanKrall commented 11 years ago

This is similar to my pull request https://github.com/Yelp/Testify/pull/75

If that ever gets pulled in, (particularly the code in https://github.com/EvanKrall/Testify/commit/505cc9091879e9921acd8c6394746702b74906e7), we could just make a plugin that implements rearrange_discovered_tests()

asottile commented 8 years ago

This still happens, going to raise priority since this causes flakes in our unittest suite