Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_runner
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
* Refs #14091 -- Fixed connection.queries on SQLite.Aymeric Augustin2015-09-171-36/+12
* Fixed #25377 -- Changed Count queries to execute COUNT(*)...Adam Chainz2015-09-141-12/+12
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-1/+2
* 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
* Fixed #25110 -- Fixed a test_runner test isolation regres...Joseph Gordon2015-07-271-3/+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-182-3/+6
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-111-2/+2
* Disallowed importing concrete models without an application.Aymeric Augustin2015-02-102-20/+21
* Sorted imports with isort; refs #23860.Tim Graham2015-02-062-3/+6
* 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-251-0/+29
* 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
* 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-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
* cater for running tests from another directory than tests...Nikolaus Schlemm2014-05-161-11/+12
* Removed old test runner test cases.Preston Timmons2014-04-213-3/+0
* Fixed flake8 warnings introduced in recent commits.Simon Charette2014-04-161-1/+0
* Fixed #22102 -- Made SimpleTestCase tests run before unit...Claude Paroz2014-04-121-2/+16
* 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
* 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...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 model...Aymeric Augustin2013-12-171-9/+14
* Fixing E302 ErrorsJason Myers2013-11-031-0/+1
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-022-2/+0