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
/
django
/
test
/
runner.py
Age
Commit message (
Expand
)
Author
2016-10-06
Fixed #27301 -- Prevented exceptions that fail unpickling from crashing the p...
Adam Wróbel
2016-08-26
Fixed #26942 -- Added support for subtests during parallel testing.
Chris Jerdonek
2016-08-17
Fixed #26840 -- Added test.utils.setup/teardown_databases().
Andreas Pelme
2016-08-12
Fixed #27008 -- Added --debug-mode option to DiscoverRunner.
Chris Jerdonek
2016-08-10
Fixed #27019 -- Made teardown_test_environment() restore the old DEBUG.
Chris Jerdonek
2016-08-09
Fixed #27035 -- Eased changing settings.DEBUG for DiscoverRunner.
Chris Jerdonek
2016-08-08
Fixed #27028 -- Clarified failed parallel tests message.
Adam Zapletal
2016-08-04
Fixed #26981 -- Added DiscoverRunner.get_test_runner_kwargs().
Chris Jerdonek
2016-08-02
Fixed #26980 -- Added ParallelTestSuite.runner_class to aid subclassing.
Chris Jerdonek
2016-04-08
Fixed E128 flake8 warnings in django/.
Tim Graham
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-11-27
Fixed #25826 -- Improved help text for the --parallel option
Baptiste Mispelon
2015-11-14
Fixed #25647 -- Reverted "Simplified deduplication of test databases."
Tim Graham
2015-09-14
Prevented --parallel from crashing on Windows.
Aymeric Augustin
2015-09-10
And fixed merge accident :-(
Aymeric Augustin
2015-09-10
Adjusted previous commit.
Aymeric Augustin
2015-09-10
Refs #20461 -- Made tblib optional for a passing test run.
Aymeric Augustin
2015-09-10
Refs #20461 -- Fixed parallel test runner on Python 2.7.
Collin Anderson
2015-09-10
Avoided running more test processes than necessary.
Aymeric Augustin
2015-09-09
Made it easier to customize the parallel test runner.
Aymeric Augustin
2015-09-09
Propagated database clone settings to new connections.
Aymeric Augustin
2015-09-09
Acknoweldeged a limitation of the parallel test runner.
Aymeric Augustin
2015-09-09
Cloned databases for running tests in parallel.
Aymeric Augustin
2015-09-09
Implemented a parallel test runner.
Aymeric Augustin
2015-09-06
Simplified deduplication of test databases.
Aymeric Augustin
2015-09-06
Stopped returning mirrors from setup_databases.
Aymeric Augustin
2015-09-06
Fixed #25357 -- Database deduplication on Oracle.
Aymeric Augustin
2015-09-06
Split setup_databases.
Aymeric Augustin
2015-09-05
Moved an import to the toplevel.
Aymeric Augustin
2015-06-05
Fixed #19542: Made mirroring databases for tests work with Oracle
Shai Berger
2015-02-06
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
[next]