MCPcopy 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
230def runtests():
231 test1()
232 test2()
233 print("xmlwrapper: tests OK")
234
235if __name__ == '__main__':
236 runtests()

Callers 1

recipe-576445.pyFile · 0.70

Calls 3

printFunction · 0.85
test1Function · 0.70
test2Function · 0.70

Tested by

no test coverage detected