()
| 110 | |
| 111 | |
| 112 | def 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() |
nothing calls this directly
no test coverage detected