1
0
mirror of https://github.com/django/django.git synced 2025-07-19 17:19:12 +00:00

[1.9.x] Fixed typo in docs/topics/testing/tools.txt

Backport of 8ccb8ff453f8c3ba297bd8e108d81d76769bf8d2 from master
This commit is contained in:
eltronix 2016-04-27 15:01:48 +03:00 committed by Tim Graham
parent 4afead50cb
commit 146ac71a21

View File

@ -1372,7 +1372,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)