summaryrefslogtreecommitdiff
path: root/django/test/runner.py
AgeCommit message (Expand)Author
2014-06-08[1.7.x] Fixed #22487: Optional rollback emulation for migrated appsAndrew Godwin
2014-04-26[1.7.x] Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-04-12[1.7.x] Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCas...Claude 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