()
| 39 | |
| 40 | def test_get_existing_exp_id_returns_none_on_key_error(monkeypatch): |
| 41 | def raise_key_error(): |
| 42 | raise KeyError("missing") |
| 43 | |
| 44 | monkeypatch.setattr(cli_utils, "get_hierarchical_config", raise_key_error) |
| 45 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…