1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00
django/tests/test_utils
Mariusz Felisiak 2ee4caf56b
Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+.
Python 3.11 uses fully qualified test name in unittest output. See
755be9b150
2022-04-07 07:02:21 +02:00
..
fixtures
templates/template_used
__init__.py
models.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_serializemixin.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_simpletestcase.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_testcase.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
test_transactiontestcase.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Refs #33173 -- Fixed test_runner/test_utils tests on Python 3.11+. 2022-04-07 07:02:21 +02:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
views.py