Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/test/runner.py
Commit message (Expand)AuthorAgeFilesLines
* Prevented --parallel from crashing on Windows.Aymeric Augustin2015-09-141-0/+5
* And fixed merge accident :-(Aymeric Augustin2015-09-101-4/+2
* Adjusted previous commit.Aymeric Augustin2015-09-101-4/+5
* Refs #20461 -- Made tblib optional for a passing test run.Aymeric Augustin2015-09-101-1/+8
* Refs #20461 -- Fixed parallel test runner on Python 2.7.Collin Anderson2015-09-101-4/+2
* Avoided running more test processes than necessary.Aymeric Augustin2015-09-101-1/+11
* Made it easier to customize the parallel test runner.Aymeric Augustin2015-09-091-3/+8
* Propagated database clone settings to new connections.Aymeric Augustin2015-09-091-1/+5
* Acknoweldeged a limitation of the parallel test runner.Aymeric Augustin2015-09-091-0/+54
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-5/+48
* Implemented a parallel test runner.Aymeric Augustin2015-09-091-8/+226
* Simplified deduplication of test databases.Aymeric Augustin2015-09-061-28/+22
* Stopped returning mirrors from setup_databases.Aymeric Augustin2015-09-061-5/+2
* Fixed #25357 -- Database deduplication on Oracle.Aymeric Augustin2015-09-061-7/+8
* Split setup_databases.Aymeric Augustin2015-09-061-6/+27
* Moved an import to the toplevel.Aymeric Augustin2015-09-051-2/+1
* Fixed #19542: Made mirroring databases for tests work wit...Shai Berger2015-06-051-2/+2
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
* Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn2015-01-121-5/+62
* Fixed #23992 -- Optimized reorder_suite functions using O...Thomas Chaumeny2014-12-141-8/+8
* Fixed #23742 -- Added an option to reverse tests order.wrwrwr2014-11-251-7/+17
* Fixed #23707 -- Prevented discovery of duplicated testsClaude Paroz2014-10-231-3/+5
* Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham2014-09-241-1/+1
* Converted test management command to argparseClaude Paroz2014-06-141-12/+12
* Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin2014-06-091-1/+5
* Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple2014-06-061-2/+2
* Fixed #20550 -- Added ability to preserve test db between...Greg Chapple2014-05-281-5/+9
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22102 -- Made SimpleTestCase tests run before unit...Claude Paroz2014-04-121-2/+2
* Reorganized the database test settingsShai Berger2014-03-091-10/+8
* Fixed #21206 -- Fixed test discovery without labelsPreston Timmons2014-01-011-1/+3
* Fixed #21206 -- No longer run discovery if the test label...Preston Timmons2013-12-261-3/+18
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* Fixed all E226 violationsAlex Gaynor2013-11-031-2/+2
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #16534 -- Improved ability to customize DiscoverRunnerTim Graham2013-09-101-4/+8
* Fixed #20681 -- Prevented teardown_databases from attempt...Tim Graham2013-07-131-2/+3
* Fixed #19940 -- Made test.runner.setup_databases properly...Tim Graham2013-07-051-1/+2
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-2/+2
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-0/+289