summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
2022-08-03Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak
2022-05-19Fixed #33719 -- Fixed test command crash when running in parallel.Mariusz Felisiak
2022-05-17Advanced deprecation warnings for Django 4.2.Carlton Gibson
2022-05-17Refs #32339 -- Deprecated default.html form template.David Smith
2022-03-15Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2022-02-03Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak
2022-01-21Fixed #33455 -- Improved error message when selenium is not installed.My-Name-Is-Nabil
2021-09-20Advanced deprecation warnings for Django 4.1.Mariusz Felisiak
2021-09-20Refs #32193 -- Removed MemcachedCache per deprecation timeline.Mariusz Felisiak
2021-08-19Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak
2021-08-03Fixed #31621 -- Added support for '--parallel auto' to test management command.Adam Johnson
2021-07-08Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek
2021-06-10Fixed #32609 -- Updated runtests.py to support directory path test labels.Chris Jerdonek
2021-06-07Refs #32668 -- Renamed setup()/teardown() to setup_run_tests()/teardown_run_t...Chris Jerdonek
2021-06-07Refs #32668 -- Changed bisect_tests() and paired_tests() to use only setup_co...Chris Jerdonek
2021-06-07Refs #32668 -- Passed setup()'s return value to run_tests() instead of get_in...Chris Jerdonek
2021-06-07Refs #32668 -- Refactored out setup_collect_tests() in runtests.py.Chris Jerdonek
2021-06-07Refs #32668 -- Added gis_enabled argument to get_test_modules().Chris Jerdonek
2021-06-07Fixed #32821 -- Updated os.scandir() uses to use a context manager.Chris Jerdonek
2021-06-05Refs #32668 -- Simplified start_at/start_after logic in runtests.py's setup().Chris Jerdonek
2021-06-03Refs #32668 -- Simplified get_test_modules() in runtests.py.Chris Jerdonek
2021-06-03Refs #32668 -- Refactored away module_found_in_labels in runtests.py's setup().Chris Jerdonek
2021-06-03Refs #32668 -- Made setup()'s test_labels argument optional in runtests.py.Chris Jerdonek
2021-04-19Refs #32609 -- Simplified test_labels_set construction in runtests.py's setup().Chris Jerdonek
2021-04-19Refs #32611 -- Removed initial "Testing against ..." log message calls from -...Chris Jerdonek
2021-04-19Fixed #32611 -- Prevented unecessary setup()/teardown() calls when using --bi...Chris Jerdonek
2021-04-13Reduced the garbage collection frequency in runtests.py.Adam Johnson
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2021-02-06Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...Markus Holtermann
2021-01-14Advanced deprecation warnings for Django 4.0.Mariusz Felisiak
2021-01-14Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak
2020-12-10Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani
2020-12-09Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak
2020-12-07Removed unused variable in runtests.py.Tim Graham
2020-08-28Refs #26601 -- Added various middlewares tests for deprecation of passing Non...Kevin Michel
2020-08-13Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein
2020-05-13Advanced deprecation warnings for Django 3.2.Mariusz Felisiak
2020-04-24Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling
2020-02-06Refs #31233 -- Added "error" filter for RuntimeWarning during tests.Jon Dufresne
2019-12-09Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.Baptiste Mispelon
2019-09-10Advanced deprecation warnings for Django 3.1.Mariusz Felisiak
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