MCPcopy Create free account
hub / github.com/ehForwarderBot/ehForwarderBot / test_no_config_file

Function test_no_config_file

tests/test_channel_loading.py:112–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

110
111
112def test_no_config_file():
113 with tempfile.TemporaryDirectory() as f:
114 os.environ['EFB_DATA_PATH'] = f
115 with pytest.raises(FileNotFoundError):
116 ehforwarderbot.config.load_config()

Callers

nothing calls this directly

Calls 1

load_configMethod · 0.80

Tested by

no test coverage detected