index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_runner
/
test_discover_runner.py
Age
Commit message (
Expand
)
Author
2014-04-20
[1.7.x] Fixed flake8 warnings introduced in recent commits.
Simon Charette
2014-04-12
[1.7.x] Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCas...
Claude Paroz
2014-01-01
Removed unused function in test_runner tests
Preston Timmons
2014-01-01
Fixed #21206 -- Fixed test discovery without labels
Preston Timmons
2013-12-26
Fixed #21206 -- No longer run discovery if the test label doesn't point to a ...
Preston Timmons
2013-11-02
Fixed #21302 -- Fixed unused imports and import *.
Tim Graham
2013-09-10
Fixed #16534 -- Improved ability to customize DiscoverRunner
Tim Graham
2013-07-01
Removed tests for django.utils.unittest vs. unittest.
Aymeric Augustin
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-20
Fixed #20437 - marked a test-runner test as expected-fail under certain condi...
Carl Meyer
2013-05-19
Fixed #20449 - Corrected test sensitivity to current working dir.
Tomasz Jaskowski
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer