Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ test_cli_verbose_quiet
Function
test_cli_verbose_quiet
tests/test_interface.py:180–182 ·
view source on GitHub ↗
(capsys)
Source
from the content-addressed store, hash-verified
178
179
180
def
test_cli_verbose_quiet(capsys):
181
with
pytest.raises(AssertionError):
182
main([
'test_code/py/simple_a'
,
'--verbose'
,
'--quiet'
])
183
184
185
def
test_cli_log_default(mocker):
Callers
nothing calls this directly
Calls
1
main
Function · 0.90
Tested by
no test coverage detected