summaryrefslogtreecommitdiff
path: root/tests/runtests.py
AgeCommit message (Expand)Author
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
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().Дилян Палаузов