summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
2019-08-23Replaced subprocess commands by run() wherever possible.Claude Paroz
2019-08-07Fixed #30676 -- Added --pdb option to test runner.Andrew Godwin
2019-05-31Fixed #28520 -- Added --start-at/--start-after options to runtests.py.Hasan Ramezani
2019-05-30Refs #28520 -- Added _module_match_label() hook to runtests.py.Hasan Ramezani
2019-05-17Fixed #30220 -- Added support for headless mode in selenium tests.Johannes Hoppe
2019-04-30Fixed #30245 -- Added -k option to DiscoverRunner.François Freitag
2019-04-13Fixed #25941 -- Improved error message for runtests.py when django is not on ...Thomas Allison
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2019-01-17Advanced deprecation warnings for Django 3.0.Tim Graham
2018-11-04Improved performance of runtests.py with os.scandir().Tom Forbes
2018-11-03Fixed #29883 -- Added selenium hub support to runtests.py.Tom Forbes
2018-07-02Removed parser.add_arguments() arguments that match the defaults.Claude Paroz
2018-05-17Advanced deprecation warnings for Django 2.2.Tim Graham
2018-04-24Fixed "invalid escape sequence" warning in runtests.py.Tim Graham
2018-04-19Fixed #28574 -- Added QuerySet.explain().Tom
2018-01-12Fixed #28996 -- Simplified some boolean constructs and removed trivial contin...Дилян Палаузов
2018-01-04Reorganized test_runner test apps.Tim Graham
2017-11-14Fixed #28795 -- Removed 'not in' checks and used dict.setdefault().Дилян Палаузов
2017-09-22Advanced deprecation warnings for Django 2.1.Tim Graham
2017-09-07Reverted "Fixed #27818 -- Replaced try/except/pass with contextlib.suppress()."Tim Graham
2017-06-28Fixed #27818 -- Replaced try/except/pass with contextlib.suppress().Mads Jensen
2017-05-30Fixed AppRegistryNotReady error when running gis_tests in isolation on PostGIS.Tim Graham
2017-05-27Fixed #28226 -- Replaced use of str.join() with concatenation.Tom
2017-05-04Made runtests.py run gis_tests only when using a GIS database backend.Tim Graham
2017-04-01Removed implicit default store_true/false argparse args.Jon Dufresne
2017-03-20Fixed #27890 -- Fixed FileNotFoundError cleanup exception in runtests.py on P...Tim Graham
2017-03-07Reverted "Fixed #27878, refs #23919 -- Used python3 shebangs."Tim Graham
2017-02-23Fixed #27878, refs #23919 -- Used python3 shebangs.Chris Lamb
2017-01-20Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.Tim Graham
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-17Advanced deprecation warnings for Django 2.0.Tim Graham
2017-01-17Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham
2017-01-17Removed GeoManager and GeoQuerySet per deprecation timeline.Tim Graham
2017-01-17Refs #24219 -- Removed django.forms.extras per deprecation timeline.Tim Graham
2016-12-28Refs #25415 -- Fixed/silenced check errors in Django's test suite.Adam Chainz
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-11-03Fixed #27423 -- Simplified sys.exit() for indicating test failures.Ana Balica
2016-07-21Made miscellaneous code cleanupsDmitry Dygalo
2016-07-06Promoted RemovedInDjango21Warning to error in Django's test suite.Tim Graham
2016-06-23Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.Tim Graham
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