mirror of
https://github.com/django/django.git
synced 2024-12-23 01:25:58 +00:00
Fixed typo in docs/topics/testing/tools.txt
This commit is contained in:
parent
75c5e547b5
commit
8ccb8ff453
@ -1332,7 +1332,7 @@ applications:
|
||||
The failure messages given by most of these assertion methods can be customized
|
||||
with the ``msg_prefix`` argument. This string will be prefixed to any failure
|
||||
message generated by the assertion. This allows you to provide additional
|
||||
details that may help you to identify the location and cause of an failure in
|
||||
details that may help you to identify the location and cause of a failure in
|
||||
your test suite.
|
||||
|
||||
.. method:: SimpleTestCase.assertRaisesMessage(expected_exception, expected_message, callable, *args, **kwargs)
|
||||
|
Loading…
Reference in New Issue
Block a user