Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* Ignored docutils deprecation warnings in runtests.py.Tim Graham2015-10-281-0/+3
* Removed RemovedInDjango110Warning.Tim Graham2015-09-241-4/+1
* Refs #22789 -- Removed contrib.webdesign per deprecation ...Tim Graham2015-09-241-5/+0
* Refs #24526 -- Made the django logger handle INFO messages.Tim Graham2015-09-231-1/+2
* Fixed runtests.py message about parallel processes.Aymeric Augustin2015-09-141-2/+3
* Prevented --parallel from crashing on Windows.Aymeric Augustin2015-09-141-4/+1
* Documented that the parallel test runner doesn't work on ...Aymeric Augustin2015-09-101-1/+4
* Enabled parallel testing by default in runtests.py.Aymeric Augustin2015-09-101-5/+18
* Allowed a port range for the liveserver by default.Aymeric Augustin2015-09-091-1/+1
* Changed strategy for removing TMPDIR in runtests.py.Aymeric Augustin2015-09-091-9/+7
* Implemented a parallel test runner.Aymeric Augustin2015-09-091-7/+16
* Fixed #22634 -- Made the database-backed session backends...Sergey Kolosov2015-08-271-0/+1
* Fixed #25079 -- Added warning if both TEMPLATES and TEMPL...Daniel Roseman2015-07-131-4/+0
* Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham2015-06-241-7/+7
* Removed unnecessary postgres logic in runtests.pyTim Graham2015-06-031-5/+0
* Fixed #24526 -- Combined django.request/security loggers ...Tim Graham2015-04-241-0/+6
* Deprecated legacy GeoManager/GeoQuerySet methodsClaude Paroz2015-04-221-0/+5
* Stopped special-casing postgres-specific testsClaude Paroz2015-04-181-2/+0
* Stopped conditional discovery of gis_tests appsClaude Paroz2015-04-181-5/+2
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-231-6/+9
* Fixed #24290 -- Skipped postgres_tests if not running wit...Tim Graham2015-02-171-1/+6
* Moved contrib.contenttypes tests out of contrib.Tim Graham2015-02-161-1/+1
* Removed explicit pointers to migration modules for contri...Markus Holtermann2015-02-131-2/+0
* Updated docs and runtests.py for removal of tests from co...Tim Graham2015-02-111-10/+1
* Moved contrib.gis tests out of contrib.Tim Graham2015-02-111-1/+10
* Moved contrib.redirects tests out of contrib.Tim Graham2015-02-111-0/+2
* Moved contrib.flatpages tests out of contrib.Tim Graham2015-02-111-0/+12
* Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.Tim Graham2015-02-101-2/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-5/+6
* Hid Django installation message when verbosity is 0.Aymeric Augustin2015-02-061-1/+2
* Removed a useless check in runtests.pyTim Graham2015-02-041-1/+0
* Refactored tests that rely on an ImportError for Python 3...Tim Graham2015-02-041-0/+1
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-3/+3
* Advanced deprecation warnings for Django 1.9.Tim Graham2015-01-191-2/+2
* Removed obsolete deprecation warning in runtests.pyTim Graham2015-01-181-11/+4
* Removed support for initial_data fixtures per deprecation...Tim Graham2015-01-171-5/+0
* Fixed #24124 (again) -- Updated tests with new default co...Aymeric Augustin2015-01-121-5/+2
* Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn2015-01-121-2/+7
* Fixed #23891 -- Moved deprecation of IPAddressField to sy...Tim Graham2015-01-011-5/+0
* Raised a warning when using the legacy TEMPLATE_* settings.Aymeric Augustin2014-12-281-3/+22
* Fixed #23289 -- Added mock as a test dependency.Tim Graham2014-12-011-0/+10
* Fixed #23923 -- Promoted Django's deprecation warnings to...Tim Graham2014-11-291-2/+2
* Fixed #23742 -- Added an option to reverse tests order.wrwrwr2014-11-251-2/+6
* Fixed #23863 -- Made runtests accept the keepdb option.Simon Charette2014-11-211-2/+7
* Added HStoreField.Marc Tamlyn2014-11-041-1/+1
* Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz2014-08-191-2/+1
* Fixed #23099 -- Removed usage of deprecated initial data ...Tim Graham2014-08-081-0/+5
* Silenced test warning for deprecated IPAddressField.Tim Graham2014-07-241-0/+5
* Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham2014-07-141-0/+6
* Removed some apps from ALWAYS_INSTALLED_APPSClaude Paroz2014-06-211-8/+0