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
/
django
/
test
/
runner.py
Age
Commit message (
Expand
)
Author
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-01-12
Fixed #24118 -- Added --debug-sql option for tests.
Marc Tamlyn
2014-12-14
Fixed #23992 -- Optimized reorder_suite functions using OrderedSet
Thomas Chaumeny
2014-11-24
Fixed #23742 -- Added an option to reverse tests order.
wrwrwr
2014-10-23
Fixed #23707 -- Prevented discovery of duplicated tests
Claude Paroz
2014-09-24
Fixed #23421 -- Corrected TEST SERIALIZE setting.
Tim Graham
2014-06-14
Converted test management command to argparse
Claude Paroz
2014-06-08
Fixed #22487: Optional rollback emulation for migrated apps
Andrew Godwin
2014-06-05
Fixed #20550 -- Added keepdb argument to destroy_test_db
Greg Chapple
2014-05-28
Fixed #20550 -- Added ability to preserve test db between runs
Greg Chapple
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-04-12
Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase ones
Claude Paroz
2014-03-09
Reorganized the database test settings
Shai Berger
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-28
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-03
Fixed all E226 violations
Alex Gaynor
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-09-10
Fixed #16534 -- Improved ability to customize DiscoverRunner
Tim Graham
2013-07-13
Fixed #20681 -- Prevented teardown_databases from attempting to tear down ali...
Tim Graham
2013-07-04
Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for ...
Tim Graham
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer