Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ test_cli_no_args
Function
test_cli_no_args
tests/test_interface.py:174–177 ·
view source on GitHub ↗
(capsys)
Source
from the content-addressed store, hash-verified
172
173
174
def
test_cli_no_args(capsys):
175
with
pytest.raises(SystemExit):
176
main([])
177
assert
'the following arguments are required'
in capsys.readouterr().err
178
179
180
def
test_cli_verbose_quiet(capsys):
Callers
nothing calls this directly
Calls
1
main
Function · 0.90
Tested by
no test coverage detected