(base_app)
| 934 | |
| 935 | |
| 936 | def test_remove_settable_keyerror(base_app) -> None: |
| 937 | with pytest.raises(KeyError): |
| 938 | base_app.remove_settable("fake") |
| 939 | |
| 940 | |
| 941 | def test_edit_file(base_app, request, monkeypatch) -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…