django/docs/topics/testing
Chris Jerdonek dcb06c2c68 Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first.
Failures detected when loading tests are ordered before all of the
above for quicker feedback. This includes things like test modules that
couldn't be found or that couldn't be loaded due to syntax errors.
2021-03-26 12:18:27 +01:00
..
_images Fixed #25778 -- Updated docs links to use https when available. 2015-12-01 08:01:34 -05:00
advanced.txt Refs #25735 -- Added tags/exclude_tags arguments to DiscoverRunner docs. 2021-03-19 08:03:57 +01:00
index.txt Corrected some typos in documentation. 2019-12-18 11:36:27 +01:00
overview.txt Fixed #32591 -- Made DiscoverRunner order _FailedTest objects first. 2021-03-26 12:18:27 +01:00
tools.txt Added missing mode="rb" argument to open() call in Client.post() example in docs. 2021-03-26 08:04:59 +01:00