summaryrefslogtreecommitdiff
path: root/tests/test_runner
AgeCommit message (Expand)Author
2014-06-08[1.7.x] Fix broken alias testing testAndrew Godwin
2014-04-22[1.7.x] Fixed #22478 -- Regression in test label discovery.Preston Timmons
2014-04-20[1.7.x] Fixed flake8 warnings introduced in recent commits.Simon Charette
2014-04-12[1.7.x] Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCas...Claude Paroz
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
2014-01-01Removed unused function in test_runner testsPreston Timmons
2014-01-01Fixed #21206 -- Fixed test discovery without labelsPreston Timmons
2013-12-31Made DeprecationDisplayTest more robustClaude Paroz
2013-12-26Fixed #21206 -- No longer run discovery if the test label doesn't point to a ...Preston Timmons
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-02Fixing E302 ErrorsJason Myers
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-10Fixed #16534 -- Improved ability to customize DiscoverRunnerTim Graham
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
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-14Fixed #20603 -- Made the test suite faster.Aymeric Augustin
2013-06-14Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suiteMarc Tamlyn
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-05-20Fixed #20437 - marked a test-runner test as expected-fail under certain condi...Carl Meyer
2013-05-19Fixed #20449 - Corrected test sensitivity to current working dir.Tomasz Jaskowski
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-03-24Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes
2013-02-26Changed test_runner tests to use full python path for settings files.Florian Apolloner
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner