summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
2013-12-17Removed the _-prefix for populate().Aymeric Augustin
2013-12-17Removed module-level functions for the app cache.Aymeric Augustin
2013-12-17Moved django.db.models.loading to django.apps.cache.Aymeric Augustin
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-10-23Fixed #19941 -- Removed sys.path hack when running the test suite.Tim Graham
2013-10-18Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol
2013-10-02Fixed #21122 -- Improved clean up of test temp directory on WindowsKevin Christopher Henry
2013-09-23Fixed test suite bisection on Python 3.Simon Charette
2013-09-03Silenced deprecation warning regarding old SQL location; refs #14300Tim Graham
2013-08-25Ignore coverage HTML report output dir in tests.Ramiro Morales
2013-08-20Import test case classes from their public API module.Ramiro Morales
2013-08-10Expand testing of Test LiveServerTestCase static files serving.Ramiro Morales
2013-07-24Fixed #19941 -- Modified runtests.py to make running the tests easier.Anssi Kääriäinen
2013-07-10Fixed #19196 -- Added test/requirementsTim Graham
2013-07-09Only import gis test apps for geo-enabled DBsClaude Paroz
2013-07-09Trusted test skipping about gis tests running or notClaude Paroz
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-14Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suiteMarc Tamlyn
2013-06-10Reverted the introduction of shared_models.Florian Apolloner
2013-06-10Defined available_apps in relevant tests.Aymeric Augustin
2013-05-11Fixed a regression in the test runner loading of runtests.py.Florian Apolloner
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-03-13Merge pull request #900 from bmispelon/ticket-20022Jacob Kaplan-Moss
2013-03-11Remove a special case for comment tests from runtests.py.Jacob Kaplan-Moss
2013-03-11Removed forced settings in runtestsClaude Paroz
2013-02-26Ensured that we have an absolute path to RUNTESTS_DIR.Florian Apolloner
2013-02-26Renamed some tests and removed references to modeltests/regressiontests.Florian Apolloner
2013-02-26Adjusted runtests to the new layout.Florian Apolloner
2013-02-26Moved test_templates to templates to prevent issues with regressiontests/temp...Florian Apolloner
2013-02-25Fixed #19854 -- Turn Django's own Selenium tests off by default.Carl Meyer
2013-02-24Fixed a few ResourceWarnings.Florian Apolloner
2013-02-23Added test runner option to skip Selenium tests (#19854).Zbigniew Siciarz
2012-12-29Removed django.contrib.databrowse.Aymeric Augustin
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-11-04Fixed #5805 -- it is now possible to specify multi-column indexes. Thanks to ...Alex Gaynor
2012-09-08Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take URLpattern names.Carl Meyer
2012-07-22[py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin
2012-05-05Commented on a line that inadvertantly slipped in commit 865cd35cClaude Paroz
2012-05-05Made more extensive usage of context managers with open.Claude Paroz
2012-05-03Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-03-31Fixed #18040 -- Removed so-called project-level locale trees from the list of...Ramiro Morales
2012-03-17Do not unconditionally add extra_tests when testing geodjango.Claude Paroz
2012-03-17Fixed #17909 - ensure GeoDjango tests have the templates they need. Thanks Na...Carl Meyer
2012-01-28Fixed #5968 -- Allowed (un-)registering with databrowse several models at once.Aymeric Augustin
2011-12-25Fixed deletion of the runtests temp tree to work on Windows even when the tre...Karen Tracey
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-11-13Refs #17215: Avoid generating 47 leftover tmp dirs during a clean test run.Karen Tracey
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor