MCPcopy Create free account
hub / github.com/scottrogowski/code2flow / test_no_files

Function test_no_files

tests/test_interface.py:57–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56
57def test_no_files():
58 with pytest.raises(AssertionError):
59 code2flow(os.path.abspath(__file__) + "fakefile",
60 output_file=IMG_PATH)
61
62
63def test_graphviz_error(caplog):

Callers

nothing calls this directly

Calls 1

code2flowFunction · 0.90

Tested by

no test coverage detected