Kaydet (Commit) e70c72c0 authored tarafından Michael Foord's avatar Michael Foord

Minor modification to unittest documentation.

üst 979d79cd
...@@ -808,9 +808,9 @@ Test cases ...@@ -808,9 +808,9 @@ Test cases
.. method:: assertSameElements(expected, actual, msg=None) .. method:: assertSameElements(expected, actual, msg=None)
Test that sequence *expected* contains the same elements as *actual*. Test that sequence *expected* contains the same elements as *actual*,
When they don't an error message listing the differences between the regardless of their order. When they don't, an error message listing
sequences will be generated. the differences between the sequences will be generated.
If specified *msg* will be used as the error message on failure. If specified *msg* will be used as the error message on failure.
......
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