()
| 58 | |
| 59 | |
| 60 | def test_init_invalid_format(): |
| 61 | with pytest.raises(ValueError, match="output_format"): |
| 62 | _make_loader(output_format="html") |
| 63 | |
| 64 | |
| 65 | # --------------------------------------------------------------------------- |
nothing calls this directly
no test coverage detected