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

Function error_funcs

tests/test_resource.py:34–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33@pytest.fixture
34def error_funcs():
35 here = dirname(__file__)
36 fn = join(here, 'integer_error.py')
37 script = ScriptHandler(fn)
38 script.parse()
39 funcs = script.tranquilized_functions
40
41 return funcs
42
43@pytest.fixture
44def protected_funcs():

Callers

nothing calls this directly

Calls 2

parseMethod · 0.95
ScriptHandlerClass · 0.90

Tested by

no test coverage detected