index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
runtests.py
Age
Commit message (
Expand
)
Author
2022-05-19
[4.1.x] Fixed #33719 -- Fixed test command crash when running in parallel.
Mariusz Felisiak
2022-05-17
Refs #32339 -- Deprecated default.html form template.
David Smith
2022-03-15
Fixed #31169 -- Adapted the parallel test runner to use spawn.
David Smith
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-02-03
Refs #33476 -- Refactored problematic code before reformatting by Black.
Mariusz Felisiak
2022-01-21
Fixed #33455 -- Improved error message when selenium is not installed.
My-Name-Is-Nabil
2021-09-20
Advanced deprecation warnings for Django 4.1.
Mariusz Felisiak
2021-09-20
Refs #32193 -- Removed MemcachedCache per deprecation timeline.
Mariusz Felisiak
2021-08-19
Refs #31621 -- Fixed handling --parallel option in test management command an...
Mariusz Felisiak
2021-08-03
Fixed #31621 -- Added support for '--parallel auto' to test management command.
Adam Johnson
2021-07-08
Fixed #24522 -- Added a --shuffle option to DiscoverRunner.
Chris Jerdonek
2021-06-10
Fixed #32609 -- Updated runtests.py to support directory path test labels.
Chris Jerdonek
2021-06-07
Refs #32668 -- Renamed setup()/teardown() to setup_run_tests()/teardown_run_t...
Chris Jerdonek
2021-06-07
Refs #32668 -- Changed bisect_tests() and paired_tests() to use only setup_co...
Chris Jerdonek
2021-06-07
Refs #32668 -- Passed setup()'s return value to run_tests() instead of get_in...
Chris Jerdonek
2021-06-07
Refs #32668 -- Refactored out setup_collect_tests() in runtests.py.
Chris Jerdonek
2021-06-07
Refs #32668 -- Added gis_enabled argument to get_test_modules().
Chris Jerdonek
2021-06-07
Fixed #32821 -- Updated os.scandir() uses to use a context manager.
Chris Jerdonek
2021-06-05
Refs #32668 -- Simplified start_at/start_after logic in runtests.py's setup().
Chris Jerdonek
2021-06-03
Refs #32668 -- Simplified get_test_modules() in runtests.py.
Chris Jerdonek
2021-06-03
Refs #32668 -- Refactored away module_found_in_labels in runtests.py's setup().
Chris Jerdonek
2021-06-03
Refs #32668 -- Made setup()'s test_labels argument optional in runtests.py.
Chris Jerdonek
2021-04-19
Refs #32609 -- Simplified test_labels_set construction in runtests.py's setup().
Chris Jerdonek
2021-04-19
Refs #32611 -- Removed initial "Testing against ..." log message calls from -...
Chris Jerdonek
2021-04-19
Fixed #32611 -- Prevented unecessary setup()/teardown() calls when using --bi...
Chris Jerdonek
2021-04-13
Reduced the garbage collection frequency in runtests.py.
Adam Johnson
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2021-02-06
Refs #32394 -- Changed STATIC_URL/MEDIA_URL to relative paths in tests and do...
Markus Holtermann
2021-01-14
Advanced deprecation warnings for Django 4.0.
Mariusz Felisiak
2021-01-14
Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.
Mariusz Felisiak
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-12-09
Fixed #32193 -- Deprecated MemcachedCache.
Mariusz Felisiak
2020-12-07
Removed unused variable in runtests.py.
Tim Graham
2020-08-28
Refs #26601 -- Added various middlewares tests for deprecation of passing Non...
Kevin Michel
2020-08-13
Refs #31811 -- Added optional timing outputs to the test runner.
Ahmad A. Hussein
2020-05-13
Advanced deprecation warnings for Django 3.2.
Mariusz Felisiak
2020-04-24
Refs #31369 -- Deprecated models.NullBooleanField in favor of BooleanField(nu...
Tim Schilling
2020-02-06
Refs #31233 -- Added "error" filter for RuntimeWarning during tests.
Jon Dufresne
2019-12-09
Fixed #27430 -- Added -b/--buffer option to DiscoverRunner.
Baptiste Mispelon
2019-09-10
Advanced deprecation warnings for Django 3.1.
Mariusz Felisiak
2019-08-23
Replaced subprocess commands by run() wherever possible.
Claude Paroz
2019-08-07
Fixed #30676 -- Added --pdb option to test runner.
Andrew Godwin
2019-05-31
Fixed #28520 -- Added --start-at/--start-after options to runtests.py.
Hasan Ramezani
2019-05-30
Refs #28520 -- Added _module_match_label() hook to runtests.py.
Hasan Ramezani
2019-05-17
Fixed #30220 -- Added support for headless mode in selenium tests.
Johannes Hoppe
2019-04-30
Fixed #30245 -- Added -k option to DiscoverRunner.
François Freitag
2019-04-13
Fixed #25941 -- Improved error message for runtests.py when django is not on ...
Thomas Allison
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2019-01-17
Advanced deprecation warnings for Django 3.0.
Tim Graham
[next]