Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
57
def
test_no_files():
58
with
pytest.raises(AssertionError):
59
code2flow(os.path.abspath(__file__) +
"fakefile"
,
60
output_file=IMG_PATH)
61
62
63
def
test_graphviz_error(caplog):
Callers
nothing calls this directly
Calls
1
code2flow
Function · 0.90
Tested by
no test coverage detected