summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
2025-12-11[5.2.x] Refs #27890 -- Avoided overwriting TMPDIR in runtests.py under forkse...Jacob Walls
2024-12-04Fixed #35952 -- Used class property for available apps check on TransactionTe...Jake Howard
2024-09-30Fixed #35797 -- Removed debug context processor from default project template.Marc Gibbons
2024-05-22Advanced deprecation warnings for Django 5.2.Natalia
2023-11-27Refs #34986 -- Added django.utils.version.PYPY.Nick Pope
2023-11-21Fixed runtests.py crash on PyPy.Michał Górny
2023-10-18Refs #34043 -- Added --screenshots option to runtests.py and selenium tests.Sarah Boyce
2023-09-18Advanced deprecation warnings for Django 5.1.Mariusz Felisiak
2023-09-18Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEm...Mariusz Felisiak
2023-09-07Fixed #34810 -- Measured test coverage on django-admin commands.Jacob Walls
2023-09-04Refs #34233 -- Bumped minimum supported version of docutils to 0.19.Jacob Walls
2023-08-31Refs #32355 -- Removed unnecessary getattr() call.Mariusz Felisiak
2023-08-31Fixed #34210 -- Added unittest's durations option to the test runner.David Smith
2023-01-17Advanced deprecation warnings for Django 5.0.Mariusz Felisiak
2023-01-17Refs #32339 -- Changed default form and formset rendering style to div-based.Mariusz Felisiak
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