()
| 17 | |
| 18 | |
| 19 | def test_get_parser_rejects_unknown_parser(): |
| 20 | with pytest.raises(ValueError, match="Unsupported parser type"): |
| 21 | get_parser("unknown-parser") |
| 22 | |
| 23 | |
| 24 | def test_parser_module_import_does_not_import_paddleocr(): |
nothing calls this directly
no test coverage detected