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

Function test_tranquilized_nb

tests/test_handler.py:38–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36 assert len(funcs) == 1
37
38def test_tranquilized_nb():
39 here = dirname(__file__)
40 fn = join(here, 'cheese_shop.ipynb')
41 nb = NotebookHandler(fn)
42 nb.parse()
43 funcs = nb.tranquilized_functions
44 assert len(funcs) == 1
45
46def test_published_script():
47 here = dirname(__file__)

Callers

nothing calls this directly

Calls 2

parseMethod · 0.95
NotebookHandlerClass · 0.90

Tested by

no test coverage detected