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

Function test_script_handler

tests/test_handler.py:4–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2from os.path import dirname, join
3
4def test_script_handler():
5 here = dirname(__file__)
6 fn = join(here, 'cheese_shop.py')
7 script = ScriptHandler(fn)
8 assert script.fn == fn
9
10def test_script_parser():
11 here = dirname(__file__)

Callers

nothing calls this directly

Calls 1

ScriptHandlerClass · 0.90

Tested by

no test coverage detected