summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-03-15Fixed #25364 -- Added generic way to test on all browsers supported by selenium.Akshesh
2016-03-03Refs #25653 -- Corrected help text for runtests.py --selenium option.Moritz Sichert
2016-02-19Fixed #25653 -- Made --selenium run only the selenium tests.Akshesh
2016-02-17Fixed #25735 -- Added support for test tags to DiscoverRunner.Jakub Paczkowski
2016-02-15Added get_subprocess_args() function to runtests.pyTim Graham
2016-02-11Removed obsolete test app in runtests.py.Jon Dufresne
2016-01-25Refs #24919 -- Used the documented way of disabling migrations per app.Simon Charette
2016-01-14Fixed #25999 -- Removed promotion of RemovedInNextVersionWarning to loud by d...Tim Graham
2016-01-02Fixed #26008 -- Added parallel argument to paired_tests and bisect_testsAttila Tovt
2015-12-24Fixed #25984 -- Corrected RuntimeError message in ModelBase.__new__().Varun Sharma
2015-11-27Improved help text for runtests's --parallel optionBaptiste Mispelon
2015-11-14Fixed #25745 -- Promoted RuntimeWarnings to errors in the test suite.Simon Charette
2015-10-28Ignored docutils deprecation warnings in runtests.py.Tim Graham
2015-09-23Removed RemovedInDjango110Warning.Tim Graham
2015-09-23Refs #22789 -- Removed contrib.webdesign per deprecation timeline.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