Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_runner/tests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25466 -- Added backwards compatibility aliases for...Tim Graham2015-09-301-3/+3
* Removed RemovedInDjango110Warning.Tim Graham2015-09-241-2/+3
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-2/+2
* Moved an import to the toplevel.Aymeric Augustin2015-09-051-5/+5
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-2/+2
* Mocked db.connections in test_runner testsClaude Paroz2015-05-091-91/+69
* Fixed #24394 -- Allowed running tests with empty default ...Andrei Kulakov2015-03-251-1/+16
* Refs #24324 -- Fixed Python 2 test failures when path to ...Tim Graham2015-02-181-1/+2
* Disallowed importing concrete models without an application.Aymeric Augustin2015-02-101-20/+1
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-2/+5
* Fixed #23289 -- Added mock as a test dependency.Tim Graham2014-12-011-7/+3
* Changed test_runner imports to name objects imported from...wrwrwr2014-11-241-12/+13
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-1/+1
* Fixed #23652 -- Restored database name after destroying t...Claude Paroz2014-10-241-0/+13
* 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-091-2/+2
* Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple2014-06-061-1/+1
* Fixed #20550 -- Added ability to preserve test db between...Greg Chapple2014-05-281-1/+1
* Removed django.test.simple and django.test._doctest per d...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) ...Russell Keith-Magee2014-01-201-1/+4
* Made DeprecationDisplayTest more robustClaude Paroz2013-12-311-1/+3
* 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 model...Aymeric Augustin2013-12-171-9/+14
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+0
* Fix all violators of E231Alex Gaynor2013-10-261-7/+7
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21035 -- Changed docs to treat the acronym SQL pho...Eric Boersma2013-09-061-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 attempt...Tim Graham2013-07-131-0/+34
* Fixed #19940 -- Made test.runner.setup_databases properly...Tim Graham2013-07-051-0/+25
* Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin2013-07-011-2/+3
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-2/+2
* 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 fr...Marc Tamlyn2013-06-141-6/+8
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+2
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-12/+13
* Fixed #18985 -- ensure module level deprecations are disp...Preston Holmes2013-03-251-1/+2
* Changed test_runner tests to use full python path for set...Florian Apolloner2013-02-261-5/+6