index
:
django.git
fix-31295
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
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2020-08-13
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-07-10
Fixed #31509 -- Made DiscoverRunner enable faulthandler by default.
ovkulkarni
2020-01-20
Refs #31117 -- Made various tests properly handle unexpected databases aliases.
Matthijs Kooijman
2019-12-09
Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.
Baptiste Mispelon
2019-12-09
Refs #30676 -- Added test for invalid --pdb and --parallel usage in DiscoverR...
Mariusz Felisiak
2019-04-30
Fixed #30245 -- Added -k option to DiscoverRunner.
François Freitag
2019-01-10
Fixed #28478 -- Make DiscoverRunner skip creating unused test databases.
Simon Charette
2018-12-05
Reverted "Fixed #25251 -- Made data migrations available in TransactionTestCa...
Tim Graham
2018-11-29
Refs #25251 -- Filtered out skipped tests when processing the test suite to s...
romgar
2018-11-27
Switched TestCase to SimpleTestCase where possible in Django's tests.
Tim Graham
2018-11-06
Fixed #25251 -- Made data migrations available in TransactionTestCase when us...
romgar
2018-02-13
Fixed #29106 -- Made DiscoverRunner display selected test tags.
Sanyam Khurana
2018-01-08
Fixed #28869 -- Made tagged test classes and methods inherit tags from parents.
Will Ayd
2018-01-04
Reorganized test_runner test apps.
Tim Graham
2017-05-04
Fixed #28160 -- Prevented hiding GDAL exceptions when it's not installed.
Tim Graham
2016-08-12
Fixed #27008 -- Added --debug-mode option to DiscoverRunner.
Chris Jerdonek
2016-08-09
Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.
Chris Jerdonek
2016-08-04
Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().
Chris Jerdonek
2016-02-17
Fixed #25735 -- Added support for test tags to DiscoverRunner.
Jakub Paczkowski
2015-12-03
Fixed many spelling mistakes in code, comments, and docs.
Josh Soref
2015-07-27
Fixed #25110 -- Fixed a test_runner test isolation regression.
Joseph Gordon
2015-02-11
Moved contrib.gis tests out of contrib.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
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-05-16
cater for running tests from another directory than tests - applying existing...
Nikolaus Schlemm
2014-04-16
Fixed flake8 warnings introduced in recent commits.
Simon Charette
2014-04-12
Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase ones
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