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

Function test_cli_log_verbose

tests/test_interface.py:192–196  ·  view source on GitHub ↗
(mocker)

Source from the content-addressed store, hash-verified

190
191
192def test_cli_log_verbose(mocker):
193 logging.basicConfig = mocker.MagicMock()
194 main(['test_code/py/simple_a', '--verbose'])
195 logging.basicConfig.assert_called_once_with(format="Code2Flow: %(message)s",
196 level=logging.DEBUG)
197
198
199def test_cli_log_quiet(mocker):

Callers

nothing calls this directly

Calls 1

mainFunction · 0.90

Tested by

no test coverage detected