Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/impira/docquery
/ test_assert_fallback_to_dummy
Function
test_assert_fallback_to_dummy
tests/test_ocr_reader.py:83–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
81
},
82
)
83
def
test_assert_fallback_to_dummy():
84
reader = get_ocr_reader()
85
assert isinstance(reader, DummyOCRReader)
86
87
88
@patch(
Callers
nothing calls this directly
Calls
1
get_ocr_reader
Function · 0.90
Tested by
no test coverage detected