Sarah Boyce
|
be56c982c0
Refs #34043 -- Added --screenshots option to runtests.py and selenium tests.
|
1 年之前 |
Mariusz Felisiak
|
caf87b4d42
Advanced deprecation warnings for Django 5.1.
|
1 年之前 |
Mariusz Felisiak
|
04eb1b4567
Refs #33872 -- Removed django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
|
1 年之前 |
Jacob Walls
|
1ab2cf7994
Fixed #34810 -- Measured test coverage on django-admin commands.
|
1 年之前 |
Jacob Walls
|
6c6606aa01
Refs #34233 -- Bumped minimum supported version of docutils to 0.19.
|
1 年之前 |
Mariusz Felisiak
|
c74a6fad54
Refs #32355 -- Removed unnecessary getattr() call.
|
1 年之前 |
David Smith
|
74b5074174
Fixed #34210 -- Added unittest's durations option to the test runner.
|
1 年之前 |
Mariusz Felisiak
|
f39f120302
Advanced deprecation warnings for Django 5.0.
|
2 年之前 |
Mariusz Felisiak
|
98756c685e
Refs #32339 -- Changed default form and formset rendering style to div-based.
|
2 年之前 |
Mariusz Felisiak
|
cb791a2540
Fixed #33872 -- Deprecated django.contrib.postgres.fields.CIText/CICharField/CIEmailField/CITextField.
|
2 年之前 |
Mariusz Felisiak
|
41c4cb253c
Fixed #33719 -- Fixed test command crash when running in parallel.
|
2 年之前 |
Carlton Gibson
|
cdb2f7f36c
Advanced deprecation warnings for Django 4.2.
|
2 年之前 |
David Smith
|
d126eba363
Refs #32339 -- Deprecated default.html form template.
|
2 年之前 |
David Smith
|
3b3f38b3b0
Fixed #31169 -- Adapted the parallel test runner to use spawn.
|
3 年之前 |
Mariusz Felisiak
|
7119f40c98
Refs #33476 -- Refactored code to strictly match 88 characters line length.
|
3 年之前 |
django-bot
|
9c19aff7c7
Refs #33476 -- Reformatted code with Black.
|
3 年之前 |
Mariusz Felisiak
|
c5cd878382
Refs #33476 -- Refactored problematic code before reformatting by Black.
|
3 年之前 |
My-Name-Is-Nabil
|
9dc65263d4
Fixed #33455 -- Improved error message when selenium is not installed.
|
3 年之前 |
Mariusz Felisiak
|
8b6d0333cf
Advanced deprecation warnings for Django 4.1.
|
3 年之前 |
Mariusz Felisiak
|
05f3a6186e
Refs #32193 -- Removed MemcachedCache per deprecation timeline.
|
3 年之前 |
Mariusz Felisiak
|
36714be874
Refs #31621 -- Fixed handling --parallel option in test management command and runtests.py.
|
3 年之前 |
Adam Johnson
|
ae89daf46f
Fixed #31621 -- Added support for '--parallel auto' to test management command.
|
4 年之前 |
Chris Jerdonek
|
90ba716bf0
Fixed #24522 -- Added a --shuffle option to DiscoverRunner.
|
3 年之前 |
Chris Jerdonek
|
de4f620183
Fixed #32609 -- Updated runtests.py to support directory path test labels.
|
3 年之前 |
Chris Jerdonek
|
87bb746ea6
Refs #32668 -- Renamed setup()/teardown() to setup_run_tests()/teardown_run_tests() in runtests.py.
|
3 年之前 |
Chris Jerdonek
|
9389d4d3db
Refs #32668 -- Changed bisect_tests() and paired_tests() to use only setup_collect_tests().
|
3 年之前 |
Chris Jerdonek
|
e96e93618c
Refs #32668 -- Passed setup()'s return value to run_tests() instead of get_installed().
|
3 年之前 |
Chris Jerdonek
|
b3083d5bd2
Refs #32668 -- Refactored out setup_collect_tests() in runtests.py.
|
3 年之前 |
Chris Jerdonek
|
9b9cea04b9
Refs #32668 -- Added gis_enabled argument to get_test_modules().
|
3 年之前 |
Chris Jerdonek
|
7272e1963f
Fixed #32821 -- Updated os.scandir() uses to use a context manager.
|
3 年之前 |