1
0
mirror of https://github.com/django/django.git synced 2024-12-22 09:05:43 +00:00
django/tests/test_utils
Baptiste Mispelon d84cd91e90 Refs #33348 -- Improved messages raised by SimpleTestCase.assertFormError()/assertFormsetErrors().
This makes messages use BaseFormSet/BaseForm.__repr__() instead of
context, and adds the _assert_form_error() helper.
2022-02-15 07:15:44 +01: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 #33348 -- Improved messages raised by SimpleTestCase.assertFormError()/assertFormsetErrors(). 2022-02-15 07:15:44 +01:00
urls.py Refs #33476 -- Reformatted code with Black. 2022-02-07 20:37:05 +01:00
views.py