summaryrefslogtreecommitdiff
path: root/django/test/runner.py
AgeCommit message (Expand)Author
2015-11-28[1.9.x] Fixed #25826 -- Improved help text for the --parallel optionBaptiste Mispelon
2015-11-14[1.9.x] Fixed #25647 -- Reverted "Simplified deduplication of test databases."Tim Graham
2015-09-14Prevented --parallel from crashing on Windows.Aymeric Augustin
2015-09-10And fixed merge accident :-(Aymeric Augustin
2015-09-10Adjusted previous commit.Aymeric Augustin
2015-09-10Refs #20461 -- Made tblib optional for a passing test run.Aymeric Augustin
2015-09-10Refs #20461 -- Fixed parallel test runner on Python 2.7.Collin Anderson
2015-09-10Avoided running more test processes than necessary.Aymeric Augustin
2015-09-09Made it easier to customize the parallel test runner.Aymeric Augustin
2015-09-09Propagated database clone settings to new connections.Aymeric Augustin
2015-09-09Acknoweldeged a limitation of the parallel test runner.Aymeric Augustin
2015-09-09Cloned databases for running tests in parallel.Aymeric Augustin
2015-09-09Implemented a parallel test runner.Aymeric Augustin
2015-09-06Simplified deduplication of test databases.Aymeric Augustin
2015-09-06Stopped returning mirrors from setup_databases.Aymeric Augustin
2015-09-06Fixed #25357 -- Database deduplication on Oracle.Aymeric Augustin
2015-09-06Split setup_databases.Aymeric Augustin
2015-09-05Moved an import to the toplevel.Aymeric Augustin
2015-06-05Fixed #19542: Made mirroring databases for tests work with OracleShai Berger
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2014-12-14Fixed #23992 -- Optimized reorder_suite functions using OrderedSetThomas Chaumeny
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-10-23Fixed #23707 -- Prevented discovery of duplicated testsClaude Paroz
2014-09-24Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-06-14Converted test management command to argparseClaude Paroz
2014-06-08Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-06-05Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-12Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase onesClaude Paroz
2014-03-09Reorganized the database test settingsShai Berger
2014-01-01Fixed #21206 -- Fixed test discovery without labelsPreston Timmons
2013-12-26Fixed #21206 -- No longer run discovery if the test label doesn't point to a ...Preston Timmons
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-03Fixed all E226 violationsAlex Gaynor
2013-10-21Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-18Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol
2013-09-10Fixed #16534 -- Improved ability to customize DiscoverRunnerTim Graham
2013-07-13Fixed #20681 -- Prevented teardown_databases from attempting to tear down ali...Tim Graham
2013-07-04Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for ...Tim Graham
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer