Kaydet (Commit) 0666d0e5 authored tarafından Aditya Hase's avatar Aditya Hase Kaydeden (comit) Mariatta

bpo-30304: Improve TestCase.assertMultiLineEqual docs (GH-2847)

Mention that TestCase.assertMultiLineEqual method is used by default when comparing Unicode string when comparing Unicode strings with assertEqual.
üst 0fc940a0
...@@ -1138,7 +1138,7 @@ Test cases ...@@ -1138,7 +1138,7 @@ Test cases
Test that the multiline string *first* is equal to the string *second*. Test that the multiline string *first* is equal to the string *second*.
When not equal a diff of the two strings highlighting the differences When not equal a diff of the two strings highlighting the differences
will be included in the error message. This method is used by default will be included in the error message. This method is used by default
when comparing strings with :meth:`assertEqual`. when comparing Unicode strings with :meth:`assertEqual`.
.. versionadded:: 2.7 .. versionadded:: 2.7
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment