This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-10-19 19:59:26 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
test
History
David Smith
74b5074174
Fixed
#34210
-- Added unittest's durations option to the test runner.
2023-08-31 07:14:58 +02:00
..
__init__.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00
client.py
Fixed
#34757
-- Added support for following redirects to AsyncClient.
2023-08-30 06:12:25 +02:00
html.py
Refs
#30686
-- Moved Parser.SELF_CLOSING_TAGS to django.utils.html.VOID_ELEMENTS
2023-07-14 10:25:00 +02:00
runner.py
Fixed
#34210
-- Added unittest's durations option to the test runner.
2023-08-31 07:14:58 +02:00
selenium.py
Fixed
#34675
-- Fixed creating remote webdriver for Selenium 4.10.0+.
2023-06-26 14:33:28 +02:00
signals.py
Fixed
#32172
-- Adapted signals to allow async handlers.
2023-03-07 08:39:25 +01:00
testcases.py
Simplified call_command() calls.
2023-07-27 15:48:47 +02:00
utils.py
Fixed typo in django/test/utils.py.
2023-07-27 06:56:38 +02:00