(tmp_path)
| 15 | |
| 16 | |
| 17 | def test_get_config_raises_when_missing(tmp_path): |
| 18 | with pytest.raises(FileNotFoundError): |
| 19 | cli_utils.get_config(tmp_path / ".codecarbon.config") |
| 20 | |
| 21 | |
| 22 | def test_get_api_endpoint_appends_default_when_missing_key(tmp_path): |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…