summaryrefslogtreecommitdiff
path: root/tests/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* Advanced deprecation warnings for Django 5.0.Mariusz Felisiak2023-01-171-2/+2
* Refs #32339 -- Changed default form and formset rendering style to div-based.Mariusz Felisiak2023-01-171-3/+0
* Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/...Mariusz Felisiak2022-08-031-0/+7
* Fixed #33719 -- Fixed test command crash when running in parallel.Mariusz Felisiak2022-05-191-7/+3
* Advanced deprecation warnings for Django 4.2.Carlton Gibson2022-05-171-1/+5
* Refs #32339 -- Deprecated default.html form template.David Smith2022-05-171-0/+3
* Fixed #31169 -- Adapted the parallel test runner to use spawn.David Smith2022-03-151-2/+15
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-3/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-191/+287
* Refs #33476 -- Refactored problematic code before reformatting by Black.Mariusz Felisiak2022-02-031-2/+1
* Fixed #33455 -- Improved error message when selenium is not installed.My-Name-Is-Nabil2022-01-211-0/+5
* Advanced deprecation warnings for Django 4.1.Mariusz Felisiak2021-09-201-4/+1
* Refs #32193 -- Removed MemcachedCache per deprecation timeline.Mariusz Felisiak2021-09-201-6/+0
* Refs #31621 -- Fixed handling --parallel option in test management command an...Mariusz Felisiak2021-08-191-22/+20
* Fixed #31621 -- Added support for '--parallel auto' to test management command.Adam Johnson2021-08-031-9/+18
* Fixed #24522 -- Added a --shuffle option to DiscoverRunner.Chris Jerdonek2021-07-081-2/+15
* Fixed #32609 -- Updated runtests.py to support directory path test labels.Chris Jerdonek2021-06-101-5/+23
* Refs #32668 -- Renamed setup()/teardown() to setup_run_tests()/teardown_run_t...Chris Jerdonek2021-06-071-4/+4
* Refs #32668 -- Changed bisect_tests() and paired_tests() to use only setup_co...Chris Jerdonek2021-06-071-10/+13
* Refs #32668 -- Passed setup()'s return value to run_tests() instead of get_in...Chris Jerdonek2021-06-071-3/+4
* Refs #32668 -- Refactored out setup_collect_tests() in runtests.py.Chris Jerdonek2021-06-071-51/+69
* Refs #32668 -- Added gis_enabled argument to get_test_modules().Chris Jerdonek2021-06-071-4/+5
* Fixed #32821 -- Updated os.scandir() uses to use a context manager.Chris Jerdonek2021-06-071-12/+13
* Refs #32668 -- Simplified start_at/start_after logic in runtests.py's setup().Chris Jerdonek2021-06-051-7/+7
* Refs #32668 -- Simplified get_test_modules() in runtests.py.Chris Jerdonek2021-06-031-33/+39
* Refs #32668 -- Refactored away module_found_in_labels in runtests.py's setup().Chris Jerdonek2021-06-031-5/+6
* Refs #32668 -- Made setup()'s test_labels argument optional in runtests.py.Chris Jerdonek2021-06-031-4/+5
* Refs #32609 -- Simplified test_labels_set construction in runtests.py's setup().Chris Jerdonek2021-04-191-3/+3
* Refs #32611 -- Removed initial "Testing against ..." log message calls from -...Chris Jerdonek2021-04-191-19/+19
* Fixed #32611 -- Prevented unecessary setup()/teardown() calls when using --bi...Chris Jerdonek2021-04-191-8/+12
* Reduced the garbage collection frequency in runtests.py.Adam Johnson2021-04-131-0/+8
* Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak2021-02-101-9/+7
* Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...Markus Holtermann2021-02-061-1/+1
* Advanced deprecation warnings for Django 4.0.Mariusz Felisiak2021-01-141-2/+2
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-1/+0
* Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...Hasan Ramezani2020-12-101-0/+5
* Fixed #32193 -- Deprecated MemcachedCache.Mariusz Felisiak2020-12-091-0/+6
* Removed unused variable in runtests.py.Tim Graham2020-12-071-7/+1
* Refs #26601 -- Added various middlewares tests for deprecation of passing Non...Kevin Michel2020-08-281-3/+6
* Refs #31811 -- Added optional timing outputs to the test runner.Ahmad A. Hussein2020-08-131-10/+20
* Advanced deprecation warnings for Django 3.2.Mariusz Felisiak2020-05-131-1/+4
* Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...Tim Schilling2020-04-241-0/+1
* Refs #31233 -- Added "error" filter for RuntimeWarning during tests.Jon Dufresne2020-02-061-1/+3
* Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.Baptiste Mispelon2019-12-091-2/+7
* Advanced deprecation warnings for Django 3.1.Mariusz Felisiak2019-09-101-4/+1
* Replaced subprocess commands by run() wherever possible.Claude Paroz2019-08-231-5/+5
* Fixed #30676 -- Added --pdb option to test runner.Andrew Godwin2019-08-071-2/+7
* Fixed #28520 -- Added --start-at/--start-after options to runtests.py.Hasan Ramezani2019-05-311-9/+45
* Refs #28520 -- Added _module_match_label() hook to runtests.py.Hasan Ramezani2019-05-301-3/+5
* Fixed #30220 -- Added support for headless mode in selenium tests.Johannes Hoppe2019-05-171-0/+5