summaryrefslogtreecommitdiff
path: root/tests/test_runner
Commit message (Expand)AuthorAgeFilesLines
* Fixed test_runner test failure on Python 3.5; refs #23763.Tim Graham2015-01-231-3/+7
* Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn2015-01-121-0/+102
* Fixed #23289 -- Added mock as a test dependency.Tim Graham2014-12-011-7/+3
* Fixed #23742 -- Added an option to reverse tests order.wrwrwr2014-11-241-0/+29
* Changed test_runner imports to name objects imported from test.runner.wrwrwr2014-11-241-12/+13
* Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag2014-11-031-1/+1
* Fixed #23652 -- Restored database name after destroying test databaseClaude Paroz2014-10-241-0/+13
* Fixed #23707 -- Prevented discovery of duplicated testsClaude Paroz2014-10-231-0/+9
* Removed unneeded override_system_checksClaude Paroz2014-10-211-4/+0
* Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham2014-09-241-30/+65
* Converted test management command to argparseClaude Paroz2014-06-141-6/+6
* Fix broken alias testing testAndrew Godwin2014-06-081-2/+2
* Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple2014-06-051-1/+1
* Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple2014-05-281-1/+1
* cater for running tests from another directory than tests - applying existing...Nikolaus Schlemm2014-05-161-11/+12
* Removed old test runner test cases.Preston Timmons2014-04-203-3/+0
* Fixed flake8 warnings introduced in recent commits.Simon Charette2014-04-161-1/+0
* Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase onesClaude Paroz2014-04-121-2/+16
* Removed django.test.simple and django.test._doctest per deprecation timeline.Tim Graham2014-03-211-23/+1
* Fixed #22237 -- Removed some warnings in the test suiteClaude Paroz2014-03-091-4/+5
* Avoided changing raw DeprecationWarning filter behaviorClaude Paroz2014-03-081-3/+4
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-031-1/+1
* Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee2014-01-201-1/+4
* Removed unused function in test_runner testsPreston Timmons2014-01-011-8/+1
* Fixed #21206 -- Fixed test discovery without labelsPreston Timmons2014-01-011-11/+25
* Made DeprecationDisplayTest more robustClaude Paroz2013-12-311-1/+3
* Fixed #21206 -- No longer run discovery if the test label doesn't point to a ...Preston Timmons2013-12-261-0/+28
* Made AppConfig importable from django.apps.Aymeric Augustin2013-12-221-2/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-2/+2
* Added the ability to supply custom app configs.Aymeric Augustin2013-12-221-2/+2
* Implemented two-stage app-cache population.Aymeric Augustin2013-12-221-10/+6
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-2/+2
* Refactored old test runner to handle apps without a models module.Aymeric Augustin2013-12-171-9/+14
* Fixing E302 ErrorsJason Myers2013-11-021-0/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-022-2/+0
* Fix all violators of E231Alex Gaynor2013-10-261-7/+7
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #16534 -- Improved ability to customize DiscoverRunnerTim Graham2013-09-101-1/+10
* Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma2013-09-051-1/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham2013-07-141-2/+0
* Fixed #20681 -- Prevented teardown_databases from attempting to tear down ali...Tim Graham2013-07-131-0/+34
* Fixed #19940 -- Made test.runner.setup_databases properly handle aliases for ...Tim Graham2013-07-041-0/+25
* Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin2013-07-012-33/+5
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-012-3/+3
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-2/+2
* Fixed #20603 -- Made the test suite faster.Aymeric Augustin2013-06-141-2/+4
* Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suiteMarc Tamlyn2013-06-141-6/+8
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+2