summaryrefslogtreecommitdiff
path: root/tests/test_runner/tests.py
AgeCommit message (Expand)Author
2016-11-14Fixed E305 flake8 warnings.Ramin Farajpour Cami
2016-11-10Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za
2016-09-08Fixed #27170 -- Added DatabaseWrapper class attributes to ease subclassing.Chris Jerdonek
2016-08-17Fixed #26840 -- Added test.utils.setup/teardown_databases().Andreas Pelme
2016-06-28Replaced use of TestCase.fail() with assertRaises().Tim Graham
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2016-01-14Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...Tim Graham
2015-09-29Fixed #25466 -- Added backwards compatibility aliases for LoaderOrigin and St...Tim Graham
2015-09-23Removed RemovedInDjango110Warning.Tim Graham
2015-09-09Cloned databases for running tests in parallel.Aymeric Augustin
2015-09-05Moved an import to the toplevel.Aymeric Augustin
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-05-09Mocked db.connections in test_runner testsClaude Paroz
2015-03-25Fixed #24394 -- Allowed running tests with empty default dictionary.Andrei Kulakov
2015-02-17Refs #24324 -- Fixed Python 2 test failures when path to Django source contai...Tim Graham
2015-02-10Disallowed importing concrete models without an application.Aymeric Augustin
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2014-12-01Fixed #23289 -- Added mock as a test dependency.Tim Graham
2014-11-24Changed test_runner imports to name objects imported from test.runner.wrwrwr
2014-11-03Fixed #23620 -- Used more specific assertions in the Django test suite.Berker Peksag
2014-10-24Fixed #23652 -- Restored database name after destroying test databaseClaude Paroz
2014-10-21Removed unneeded override_system_checksClaude Paroz
2014-09-24Fixed #23421 -- Corrected TEST SERIALIZE setting.Tim Graham
2014-06-14Converted test management command to argparseClaude Paroz
2014-06-08Fix broken alias testing testAndrew Godwin
2014-06-05Fixed #20550 -- Added keepdb argument to destroy_test_dbGreg Chapple
2014-05-28Fixed #20550 -- Added ability to preserve test db between runsGreg Chapple
2014-03-21Removed django.test.simple and django.test._doctest per deprecation timeline.Tim Graham
2014-03-09Fixed #22237 -- Removed some warnings in the test suiteClaude Paroz
2014-03-08Avoided changing raw DeprecationWarning filter behaviorClaude Paroz
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-31Made DeprecationDisplayTest more robustClaude Paroz
2013-12-22Made AppConfig importable from django.apps.Aymeric Augustin
2013-12-22Moved apps back in the toplevel django namespace.Aymeric Augustin
2013-12-22Added the ability to supply custom app configs.Aymeric Augustin
2013-12-22Implemented two-stage app-cache population.Aymeric Augustin
2013-12-17Moved the new app cache inside core.Aymeric Augustin
2013-12-17Refactored old test runner to handle apps without a models module.Aymeric Augustin
2013-11-02Fixed #21302 -- Fixed unused imports and import *.Tim Graham
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-29Deprecated django.utils.importlibClaude Paroz
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim 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-01Removed tests for django.utils.unittest vs. unittest.Aymeric Augustin