MCPcopy Create free account
hub / github.com/ActiveState/code / test_latest

Function test_latest

recipes/Python/576598_Utility_Mill_Test/recipe-576598.py:5–8  ·  view source on GitHub ↗
(name, **query)

Source from the content-addressed store, hash-verified

3import xml.dom.minidom
4
5def test_latest(name, **query):
6 revision = get_revision(name)
7 output = get_output(name, revision, query)
8 return output
9
10def get_output(name, revision, query):
11 string = run_utility('xml', name, revision, query)

Callers 3

test_createFunction · 0.85
test_encodeFunction · 0.85
test_decodeFunction · 0.85

Calls 2

get_revisionFunction · 0.85
get_outputFunction · 0.85

Tested by

no test coverage detected