summaryrefslogtreecommitdiff
path: root/tests/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #22056 -- Omitted non-package directories when collecting testsClaude Paroz2014-02-261-6/+2
* Silenced a spurious warning.Aymeric Augustin2014-02-011-1/+1
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-4/+3
* Stopped assuming that INSTALLED_APPS only contains app names.Aymeric Augustin2014-01-181-1/+2
* Deprecated importing a model before loading its application.Aymeric Augustin2014-01-101-1/+6
* Prevented calling setup() inside catch_warningsClaude Paroz2014-01-011-3/+6
* Stopped populating the app registry as a side effect.Aymeric Augustin2013-12-301-2/+2
* Used Apps.clear_cache() in tests that alter the app registry.Aymeric Augustin2013-12-291-1/+1
* Removed a few gratuitous lambdas.Aymeric Augustin2013-12-261-6/+4
* Renamed AppCache to Apps.Aymeric Augustin2013-12-241-7/+7
* Replaced ad-hoc caching of get_models with lru_cache.Aymeric Augustin2013-12-241-0/+1
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-2/+4
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-2/+2
* Deprecated load_app().Aymeric Augustin2013-12-221-1/+2
* Terminated AppCache._populate() with extreme prejudice.Aymeric Augustin2013-12-221-1/+1
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-4/+3
* Moved the new app cache inside core.Aymeric Augustin2013-12-171-2/+2
* Deprecated get_apps().Aymeric Augustin2013-12-171-1/+1
* Removed the _-prefix for populate().Aymeric Augustin2013-12-171-1/+1
* Removed module-level functions for the app cache.Aymeric Augustin2013-12-171-5/+5
* Moved django.db.models.loading to django.apps.cache.Aymeric Augustin2013-12-171-2/+2
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-5/+5
* Fixed #19941 -- Removed sys.path hack when running the test suite.Tim Graham2013-10-231-15/+4
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-1/+1
* Fixed #21122 -- Improved clean up of test temp directory on WindowsKevin Christopher Henry2013-10-021-7/+17
* Fixed test suite bisection on Python 3.Simon Charette2013-09-231-1/+3
* Silenced deprecation warning regarding old SQL location; refs #14300Tim Graham2013-09-031-2/+10
* Ignore coverage HTML report output dir in tests.Ramiro Morales2013-08-251-0/+1
* Import test case classes from their public API module.Ramiro Morales2013-08-201-1/+1
* Expand testing of Test LiveServerTestCase static files serving.Ramiro Morales2013-08-101-0/+1
* Fixed #19941 -- Modified runtests.py to make running the tests easier.Anssi Kääriäinen2013-07-241-4/+16
* Fixed #19196 -- Added test/requirementsTim Graham2013-07-101-0/+1
* Only import gis test apps for geo-enabled DBsClaude Paroz2013-07-091-5/+10
* Trusted test skipping about gis tests running or notClaude Paroz2013-07-091-9/+6
* Advanced deprecation warnings for Django 1.7.Aymeric Augustin2013-06-291-1/+1
* Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suiteMarc Tamlyn2013-06-141-1/+4
* Reverted the introduction of shared_models.Florian Apolloner2013-06-101-1/+0
* Defined available_apps in relevant tests.Aymeric Augustin2013-06-101-0/+9
* Fixed a regression in the test runner loading of runtests.py.Florian Apolloner2013-05-111-2/+5
* Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer2013-05-101-41/+56
* Fixed #18985 -- ensure module level deprecations are displayedPreston Holmes2013-03-241-0/+9
* Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss2013-03-131-0/+1
* Remove a special case for comment tests from runtests.py.Jacob Kaplan-Moss2013-03-111-4/+0
* Removed forced settings in runtestsClaude Paroz2013-03-111-14/+1
* Ensured that we have an absolute path to RUNTESTS_DIR.Florian Apolloner2013-02-261-1/+1
* Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner2013-02-261-2/+3
* Adjusted runtests to the new layout.Florian Apolloner2013-02-261-12/+9
* Moved test_templates to templates to prevent issues with regressiontests/temp...Florian Apolloner2013-02-261-2/+2
* Fixed #19854 -- Turn Django's own Selenium tests off by default.Carl Meyer2013-02-251-5/+4
* Fixed a few ResourceWarnings.Florian Apolloner2013-02-241-1/+0