Skip to content

Commit 46d14a3

Browse files
committed
Add TODO
1 parent 9072640 commit 46d14a3

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,8 @@ Matching a target which has been deleted returns a 500 (INTERNAL SERVER ERROR) r
184184
This timeframe is not consistent on the real Vuforia Web Services.
185185
On the mock, this timeframe is always three seconds.
186186

187+
TODO explain option here
188+
187189
.. |Build Status| image:: https://travis-ci.org/adamtheturtle/vws-python.svg?branch=master
188190
:target: https://travis-ci.org/adamtheturtle/vws-python
189191
.. |codecov| image:: https://codecov.io/gh/adamtheturtle/vws-python/branch/master/graph/badge.svg

src/mock_vws/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ def __enter__(self) -> 'MockVWS':
115115
client_access_key=self.client_access_key,
116116
client_secret_key=self.client_secret_key,
117117
mock_web_services_api=mock_vws_api,
118+
# TODO change here
118119
query_recognizes_deletion_seconds=3,
119120
)
120121

tests/mock_vws/test_usage.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,3 +420,5 @@ def test_custom_base_vwq_url(self) -> None:
420420

421421
requests.post(url='https://vuforia.vwq.example.com/v1/query')
422422
requests.get('https://vws.vuforia.com/summary')
423+
424+
# TODO test here

0 commit comments

Comments
 (0)