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

Method confirm

Lib/test/test_minidom.py:55–56  ·  view source on GitHub ↗
(self, test, testname = "Test")

Source from the content-addressed store, hash-verified

53
54class MinidomTest(unittest.TestCase):
55 def confirm(self, test, testname = "Test"):
56 self.assertTrue(test, testname)
57
58 def checkWholeText(self, node, s):
59 t = node.wholeText

Calls 1

assertTrueMethod · 0.80

Tested by

no test coverage detected