MCPcopy Create free account
hub / github.com/ContinuumIO/tranquilizer / test_published_script

Function test_published_script

tests/test_handler.py:46–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 assert len(funcs) == 1
45
46def test_published_script():
47 here = dirname(__file__)
48 fn = join(here, 'cheese_shop_publish.py')
49 script = ScriptHandler(fn)
50 script.parse()
51 funcs = script.tranquilized_functions
52 assert len(funcs) == 1

Callers

nothing calls this directly

Calls 2

parseMethod · 0.95
ScriptHandlerClass · 0.90

Tested by

no test coverage detected