Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_discovery_sample2
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #23742 -- Added an option to reverse tests order.wrwrwr2014-11-251-3/+53
| | | | | | | | | This is useful for debugging side effects affecting tests that are usually executed before a given test. Full suite and pair tests sort cases more or less deterministically, thus some test cross-dependencies are easier to reveal by reversing the order. Thanks Preston Timmons for the review.
* Fixed #17365, #17366, #18727 -- Switched to discovery ↵Carl Meyer2013-05-112-0/+7
test runner. Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670.