We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 599f841 commit 3c8c175Copy full SHA for 3c8c175
tests/conftest.py
@@ -22,6 +22,7 @@ def _mock_database() -> Iterator[VuforiaDatabase]:
22
mock.add_database(database=database)
23
yield database
24
25
+
26
@pytest.fixture()
27
def client(_mock_database: VuforiaDatabase) -> Iterator[VWS]:
28
"""
tests/test_query.py
@@ -24,7 +24,7 @@ def test_query(
high_quality_image: io.BytesIO,
) -> None:
- No exception is raised when adding one target.
+ TODO docstring
29
cloud_reco_client = CloudRecoService(
30
client_access_key='foo',
0 commit comments