File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def _mock_database() -> Iterator[VuforiaDatabase]:
2929@pytest .fixture ()
3030def vws_client (_mock_database : VuforiaDatabase ) -> Iterator [VWS ]:
3131 """
32- Yield a VWS client which connects to a mock.
32+ Yield a VWS client which connects to a mock database .
3333 """
3434 yield VWS (
3535 server_access_key = _mock_database .server_access_key ,
@@ -40,7 +40,7 @@ def vws_client(_mock_database: VuforiaDatabase) -> Iterator[VWS]:
4040@pytest .fixture ()
4141def cloud_reco_client (_mock_database : VuforiaDatabase ) -> Iterator [VWS ]:
4242 """
43- TODO Docstring
43+ Yield a ``CloudRecoService`` client which connects to a mock database.
4444 """
4545 yield CloudRecoService (
4646 client_access_key = _mock_database .client_access_key ,
Original file line number Diff line number Diff line change 11"""
2- TODO
2+ Tests for the ``CloudRecoService`` querying functionality.
33"""
44
55import io
You can’t perform that action at this time.
0 commit comments