MCPcopy Index your code
hub / github.com/python/cpython / checkWholeText

Method checkWholeText

Lib/test/test_minidom.py:58–60  ·  view source on GitHub ↗
(self, node, s)

Source from the content-addressed store, hash-verified

56 self.assertTrue(test, testname)
57
58 def checkWholeText(self, node, s):
59 t = node.wholeText
60 self.assertEqual(t, s, "looking for %r, found %r" % (s, t))
61
62 def testDocumentAsyncAttr(self):
63 doc = Document()

Callers 3

testWholeTextMethod · 0.95
testReplaceWholeTextMethod · 0.95
test_cdata_parsingMethod · 0.95

Calls 1

assertEqualMethod · 0.45

Tested by

no test coverage detected