django/tests/test_utils
Mariusz Felisiak 20b7aac7ca
Refs #34900, Refs #34118 -- Updated assertion in test_skip_class_unless_db_feature() test on Python 3.12.1+.
Python 3.12.1+ no longer includes skipped tests in the number of
running tests. Check out:

https://github.com/python/cpython/issues/110890#issuecomment-1763458686
https://github.com/python/cpython/pull/106588
2023-10-16 06:27:27 +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 Fixed #33633 -- Skipped some test_utils tests on databases that don't support transactions. 2022-04-12 13:37:44 +02:00
test_transactiontestcase.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
tests.py Refs #34900, Refs #34118 -- Updated assertion in test_skip_class_unless_db_feature() test on Python 3.12.1+. 2023-10-16 06:27:27 +02:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
views.py Removed default empty content argument from HttpResponse calls. 2019-02-09 16:27:32 -05:00