()
| 44 | assert len(funcs) == 1 |
| 45 | |
| 46 | def 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 |
nothing calls this directly
no test coverage detected