Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
54
class
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
Callers
15
testCloneDocumentTypeDeepOk
Method · 0.95
testCloneDocumentTypeShallowOk
Method · 0.95
check_clone_attribute
Method · 0.95
check_clone_pi
Method · 0.95
testNormalize
Method · 0.95
testNormalizeCombineAndNextSibling
Method · 0.95
testNormalizeDeleteWithPrevSibling
Method · 0.95
testNormalizeDeleteWithNextSibling
Method · 0.95
testNormalizeDeleteWithTwoNonTextSiblings
Method · 0.95
testNormalizeDeleteAndCombine
Method · 0.95
testNormalizeRecursion
Method · 0.95
testSiblings
Method · 0.95
Calls
1
assertTrue
Method · 0.80
Tested by
no test coverage detected