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

Function test_graphviz_error

tests/test_interface.py:63–67  ·  view source on GitHub ↗
(caplog)

Source from the content-addressed store, hash-verified

61
62
63def test_graphviz_error(caplog):
64 caplog.set_level(logging.DEBUG)
65 _generate_graphviz("/tmp/code2flow/nothing", "/tmp/code2flow/nothing",
66 "/tmp/code2flow/nothing")
67 assert "non-zero exit" in caplog.text
68
69
70def test_no_files_2():

Callers

nothing calls this directly

Calls 1

_generate_graphvizFunction · 0.90

Tested by

no test coverage detected