Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ runtests
Function
runtests
recipes/Python/576445_ElementTree_Wrapper/recipe-576445.py:230–233 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
228
assert repr(v1) == v2
229
230
def
runtests():
231
test1()
232
test2()
233
print(
"xmlwrapper: tests OK"
)
234
235
if
__name__ ==
'__main__'
:
236
runtests()
Callers
1
recipe-576445.py
File · 0.70
Calls
3
print
Function · 0.85
test1
Function · 0.70
test2
Function · 0.70
Tested by
no test coverage detected