summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
2013-10-02[1.6.x] Fixed #21122 -- Improved clean up of test temp directory on WindowsKevin Christopher Henry
2013-07-10[1.6.x] Fixed #19196 -- Added test/requirementsTim Graham
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
2011-08-23Fixed #16681 -- Refactored the invalid_models unit test so that it can be inv...Russell Keith-Magee
2011-08-13Fixed #6644 -- Fixed django.contrib.formtools tests to be better isolated whe...Jannis Leidel
2011-08-12Set STATIC_ROOT in test runner settings to make sure the admin tests pass. Th...Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-06-11Fixed #16179 -- Extended argument handling of the new WizardView a little to ...Jannis Leidel
2011-06-09Stopped staticfiles from modifying INSTALLED_APPS during test runtime.Jannis Leidel
2011-05-06Fixed #6392 -- Made django.contrib.humanize template tags locale aware. Thank...Jannis Leidel
2011-04-02Updates to the test suite to allow for newly deprecated and removed featuresRussell Keith-Magee
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-01-27Fixed using --pair with python's that aren't the system default, when not in ...Alex Gaynor
2011-01-21Changed name given to test applications in Django own test suite running tool...Ramiro Morales
2010-12-21Fixed #10420 -- GeoDjango tests are run as part of Django tests when using sp...Justin Bronn
2010-10-20Fixed #12323 and #11582 -- Extended the ability to handle static files. Thank...Jannis Leidel
2010-10-11Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...Russell Keith-Magee
2010-10-11Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings to DeprecationWarnin...Russell Keith-Magee