MCPcopy
hub / github.com/django/django / test_simple_equal

Method test_simple_equal

tests/test_utils/tests.py:1213–1216  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1211
1212class XMLEqualTests(SimpleTestCase):
1213 def test_simple_equal(self):
1214 xml1 = "<elem attr1='a' attr2='b' />"
1215 xml2 = "<elem attr1='a' attr2='b' />"
1216 self.assertXMLEqual(xml1, xml2)
1217
1218 def test_simple_equal_unordered(self):
1219 xml1 = "<elem attr1='a' attr2='b' />"

Callers

nothing calls this directly

Calls 1

assertXMLEqualMethod · 0.80

Tested by

no test coverage detected