Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed a regression in the test runner loading of runtests...Florian Apolloner2013-05-111-2/+5
* Fixed #17365, #17366, #18727 -- Switched to discovery tes...Carl Meyer2013-05-111-41/+56
* Fixed #18985 -- ensure module level deprecations are disp...Preston Holmes2013-03-251-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/r...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 ...Florian Apolloner2013-02-261-2/+2
* Fixed #19854 -- Turn Django's own Selenium tests off by d...Carl Meyer2013-02-251-5/+4
* Fixed a few ResourceWarnings.Florian Apolloner2013-02-241-1/+0
* Added test runner option to skip Selenium tests (#19854).Zbigniew Siciarz2013-02-231-1/+9
* Removed django.contrib.databrowse.Aymeric Augustin2012-12-291-5/+0
* Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz2012-12-081-4/+5
* Fixed #5805 -- it is now possible to specify multi-column...Alex Gaynor2012-11-041-1/+1
* Fixed #15552 -- LOGIN_URL and LOGIN_REDIRECT_URL can take...Carl Meyer2012-09-091-1/+1
* [py3] Replaced unicode/str by six.text_type/bytes.Aymeric Augustin2012-07-221-1/+2
* Commented on a line that inadvertantly slipped in commit ...Claude Paroz2012-05-051-0/+1
* Made more extensive usage of context managers with open.Claude Paroz2012-05-051-0/+1
* Fixed #18042 -- Advanced deprecation warnings.Aymeric Augustin2012-05-031-1/+1
* Replaced print statement by print function (forward compa...Claude Paroz2012-04-301-18/+18
* Fixed #18040 -- Removed so-called project-level locale tr...Ramiro Morales2012-04-011-1/+1
* Do not unconditionally add extra_tests when testing geodj...Claude Paroz2012-03-171-1/+1
* Fixed #17909 - ensure GeoDjango tests have the templates ...Carl Meyer2012-03-171-0/+1
* Fixed #5968 -- Allowed (un-)registering with databrowse s...Aymeric Augustin2012-01-281-0/+5
* Fixed deletion of the runtests temp tree to work on Windo...Karen Tracey2011-12-251-2/+5
* Fixed #2879 -- Added support for the integration with Sel...Julien Phalip2011-12-221-17/+45
* Refs #17215: Avoid generating 47 leftover tmp dirs during...Karen Tracey2011-11-131-0/+1
* Convert the remainder of the relative imports in the test...Alex Gaynor2011-10-131-1/+2
* Fixed #16681 -- Refactored the invalid_models unit test s...Russell Keith-Magee2011-08-231-60/+4
* Fixed #6644 -- Fixed django.contrib.formtools tests to be...Jannis Leidel2011-08-131-1/+0
* Set STATIC_ROOT in test runner settings to make sure the ...Jannis Leidel2011-08-121-4/+14
* Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved stat...Jannis Leidel2011-06-301-0/+2
* Fixed #16179 -- Extended argument handling of the new Wiz...Jannis Leidel2011-06-111-0/+1
* Stopped staticfiles from modifying INSTALLED_APPS during ...Jannis Leidel2011-06-091-0/+3
* Fixed #6392 -- Made django.contrib.humanize template tags...Jannis Leidel2011-05-061-0/+1
* Updates to the test suite to allow for newly deprecated a...Russell Keith-Magee2011-04-021-13/+2
* Updated test assertions that have been deprecated by the ...Russell Keith-Magee2011-03-031-2/+2
* Fixed using --pair with python's that aren't the system d...Alex Gaynor2011-01-271-2/+4
* Changed name given to test applications in Django own tes...Ramiro Morales2011-01-211-32/+32
* Fixed #10420 -- GeoDjango tests are run as part of Django...Justin Bronn2010-12-221-1/+21
* Fixed #12323 and #11582 -- Extended the ability to handle...Jannis Leidel2010-10-201-0/+1
* Fixed #12991 -- Added unittest2 support. Thanks to PaulM ...Russell Keith-Magee2010-10-111-3/+2
* Fixed #14436 -- Escalated 1.2 PendingDeprecationWarnings ...Russell Keith-Magee2010-10-111-1/+1
* Fixed #14427 -- Added --bisect and --pair flags to runtes...Russell Keith-Magee2010-10-091-21/+134
* Fixed #12574 -- Removed an unnecessary exception catch fr...Russell Keith-Magee2010-08-201-14/+11
* Fixed #13796 -- Ensure that builtin tags and filters are ...Russell Keith-Magee2010-08-141-0/+1
* Rationalized the verbosity levels (including introducing ...Russell Keith-Magee2010-08-071-3/+3
* Fixed #12164 -- Removed the Python 2.3 compatibility impo...Russell Keith-Magee2010-05-041-6/+0