summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
2015-11-14[1.9.x] Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette
2015-10-28[1.9.x] Ignored docutils deprecation warnings in runtests.py.Tim Graham
2015-09-23Refs #24526 -- Made the django logger handle INFO messages.Tim Graham
2015-09-14Fixed runtests.py message about parallel processes.Aymeric Augustin
2015-09-14Prevented --parallel from crashing on Windows.Aymeric Augustin
2015-09-10Documented that the parallel test runner doesn't work on Windows.Aymeric Augustin
2015-09-10Enabled parallel testing by default in runtests.py.Aymeric Augustin
2015-09-09Allowed a port range for the liveserver by default.Aymeric Augustin
2015-09-09Changed strategy for removing TMPDIR in runtests.py.Aymeric Augustin
2015-09-09Implemented a parallel test runner.Aymeric Augustin
2015-08-27Fixed #22634 -- Made the database-backed session backends more extensible.Sergey Kolosov
2015-07-13Fixed #25079 -- Added warning if both TEMPLATES and TEMPLATE_* settings are d...Daniel Roseman
2015-06-24Renamed RemovedInDjangoXYWarnings for new roadmap.Tim Graham
2015-06-03Removed unnecessary postgres logic in runtests.pyTim Graham
2015-04-24Fixed #24526 -- Combined django.request/security loggers with the root logger.Tim Graham
2015-04-22Deprecated legacy GeoManager/GeoQuerySet methodsClaude Paroz
2015-04-18Stopped special-casing postgres-specific testsClaude Paroz
2015-04-18Stopped conditional discovery of gis_tests appsClaude Paroz
2015-02-23Guaranteed removal of temporary files during tests.Aymeric Augustin
2015-02-17Fixed #24290 -- Skipped postgres_tests if not running with PostgreSQL.Tim Graham
2015-02-16Moved contrib.contenttypes tests out of contrib.Tim Graham
2015-02-13Removed explicit pointers to migration modules for contrib apps in runtestMarkus Holtermann
2015-02-11Updated docs and runtests.py for removal of tests from contrib.Tim Graham
2015-02-11Moved contrib.gis tests out of contrib.Tim Graham
2015-02-11Moved contrib.redirects tests out of contrib.Tim Graham
2015-02-11Moved contrib.flatpages tests out of contrib.Tim Graham
2015-02-09Removed Django 1.7 MIDDLEWARE_CLASSES upgrade check.Tim Graham
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-02-06Hid Django installation message when verbosity is 0.Aymeric Augustin
2015-02-03Removed a useless check in runtests.pyTim Graham
2015-02-03Refactored tests that rely on an ImportError for Python 3.5 compatibilityTim Graham
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2015-01-19Advanced deprecation warnings for Django 1.9.Tim Graham
2015-01-17Removed obsolete deprecation warning in runtests.pyTim Graham
2015-01-17Removed support for initial_data fixtures per deprecation timeline.Tim Graham
2015-01-12Fixed #24124 (again) -- Updated tests with new default context_processors.Aymeric Augustin
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2015-01-01Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham
2014-12-28Raised a warning when using the legacy TEMPLATE_* settings.Aymeric Augustin
2014-12-01Fixed #23289 -- Added mock as a test dependency.Tim Graham
2014-11-29Fixed #23923 -- Promoted Django's deprecation warnings to errors in runtests.pyTim Graham
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-11-21Fixed #23863 -- Made runtests accept the keepdb option.Simon Charette
2014-11-04Added HStoreField.Marc Tamlyn
2014-08-19Replaced HAS_SPATIAL_DB by testing database featureClaude Paroz
2014-08-08Fixed #23099 -- Removed usage of deprecated initial data in Django's test suite.Tim Graham
2014-07-24Silenced test warning for deprecated IPAddressField.Tim Graham
2014-07-14Fixed #22789 -- Deprecated django.contrib.webdesign.Tim Graham
2014-06-21Removed some apps from ALWAYS_INSTALLED_APPSClaude Paroz
2014-06-16Added database migration for contrib.auth.Tim Graham