@@ -38,6 +38,7 @@ def _wait_for_target_processed(vws_client: VWS, target_id: str) -> None:
3838 vws_client .wait_for_target_processed (target_id = target_id )
3939
4040
41+ @beartype
4142@pytest .fixture
4243def add_target (
4344 vuforia_database : VuforiaDatabase ,
@@ -96,6 +97,7 @@ def add_target(
9697 )
9798
9899
100+ @beartype
99101@pytest .fixture
100102def delete_target (
101103 vuforia_database : VuforiaDatabase ,
@@ -145,6 +147,7 @@ def delete_target(
145147 )
146148
147149
150+ @beartype
148151@pytest .fixture
149152def database_summary (vuforia_database : VuforiaDatabase ) -> Endpoint :
150153 """
@@ -191,8 +194,8 @@ def database_summary(vuforia_database: VuforiaDatabase) -> Endpoint:
191194 )
192195
193196
194- @pytest .fixture
195197@beartype
198+ @pytest .fixture
196199def get_duplicates (
197200 vuforia_database : VuforiaDatabase ,
198201 target_id : str ,
@@ -244,8 +247,8 @@ def get_duplicates(
244247 )
245248
246249
247- @pytest .fixture
248250@beartype
251+ @pytest .fixture
249252def get_target (
250253 vuforia_database : VuforiaDatabase ,
251254 target_id : str ,
@@ -296,6 +299,7 @@ def get_target(
296299 )
297300
298301
302+ @beartype
299303@pytest .fixture
300304def target_list (vuforia_database : VuforiaDatabase ) -> Endpoint :
301305 """
@@ -342,6 +346,7 @@ def target_list(vuforia_database: VuforiaDatabase) -> Endpoint:
342346 )
343347
344348
349+ @beartype
345350@pytest .fixture
346351def target_summary (
347352 vuforia_database : VuforiaDatabase ,
@@ -393,6 +398,7 @@ def target_summary(
393398 )
394399
395400
401+ @beartype
396402@pytest .fixture
397403def update_target (
398404 vuforia_database : VuforiaDatabase ,
@@ -447,6 +453,7 @@ def update_target(
447453 )
448454
449455
456+ @beartype
450457@pytest .fixture
451458def query (
452459 vuforia_database : VuforiaDatabase ,
0 commit comments