@@ -34,11 +34,11 @@ class TestAddTarget:
3434 )
3535 @pytest .mark .parametrize (argnames = "active_flag" , argvalues = [True , False ])
3636 def test_add_target (
37+ * ,
3738 vws_client : VWS ,
3839 image : io .BytesIO | BinaryIO ,
3940 application_metadata : bytes | None ,
4041 cloud_reco_client : CloudRecoService ,
41- * ,
4242 active_flag : bool ,
4343 ) -> None :
4444 """No exception is raised when adding one target."""
@@ -76,6 +76,7 @@ def test_add_target(
7676
7777 @staticmethod
7878 def test_add_two_targets (
79+ * ,
7980 vws_client : VWS ,
8081 image : io .BytesIO | BinaryIO ,
8182 ) -> None :
@@ -103,8 +104,8 @@ class TestDefaultRequestTimeout:
103104 argvalues = [(29 , False ), (31 , True )],
104105 )
105106 def test_default_timeout (
106- image : io .BytesIO | BinaryIO ,
107107 * ,
108+ image : io .BytesIO | BinaryIO ,
108109 response_delay_seconds : int ,
109110 expect_timeout : bool ,
110111 ) -> None :
@@ -169,8 +170,8 @@ class TestCustomRequestTimeout:
169170 ],
170171 )
171172 def test_custom_timeout (
172- image : io .BytesIO | BinaryIO ,
173173 * ,
174+ image : io .BytesIO | BinaryIO ,
174175 custom_timeout : float | tuple [float , float ],
175176 response_delay_seconds : float ,
176177 expect_timeout : bool ,
@@ -251,6 +252,7 @@ class TestListTargets:
251252
252253 @staticmethod
253254 def test_list_targets (
255+ * ,
254256 vws_client : VWS ,
255257 image : io .BytesIO | BinaryIO ,
256258 ) -> None :
@@ -277,6 +279,7 @@ class TestDelete:
277279
278280 @staticmethod
279281 def test_delete_target (
282+ * ,
280283 vws_client : VWS ,
281284 image : io .BytesIO | BinaryIO ,
282285 ) -> None :
@@ -300,6 +303,7 @@ class TestGetTargetSummaryReport:
300303
301304 @staticmethod
302305 def test_get_target_summary_report (
306+ * ,
303307 vws_client : VWS ,
304308 image : io .BytesIO | BinaryIO ,
305309 ) -> None :
@@ -398,6 +402,7 @@ class TestGetTargetRecord:
398402
399403 @staticmethod
400404 def test_get_target_record (
405+ * ,
401406 vws_client : VWS ,
402407 image : io .BytesIO | BinaryIO ,
403408 ) -> None :
@@ -444,6 +449,7 @@ def test_get_target_record(
444449
445450 @staticmethod
446451 def test_get_failed (
452+ * ,
447453 vws_client : VWS ,
448454 image_file_failed_state : io .BytesIO ,
449455 ) -> None :
@@ -467,6 +473,7 @@ class TestWaitForTargetProcessed:
467473
468474 @staticmethod
469475 def test_wait_for_target_processed (
476+ * ,
470477 vws_client : VWS ,
471478 image : io .BytesIO | BinaryIO ,
472479 ) -> None :
@@ -628,6 +635,7 @@ class TestGetDuplicateTargets:
628635
629636 @staticmethod
630637 def test_get_duplicate_targets (
638+ * ,
631639 vws_client : VWS ,
632640 image : io .BytesIO | BinaryIO ,
633641 ) -> None :
@@ -658,6 +666,7 @@ class TestUpdateTarget:
658666
659667 @staticmethod
660668 def test_update_target (
669+ * ,
661670 vws_client : VWS ,
662671 image : io .BytesIO | BinaryIO ,
663672 different_high_quality_image : io .BytesIO ,
@@ -717,6 +726,7 @@ def test_update_target(
717726
718727 @staticmethod
719728 def test_no_fields_given (
729+ * ,
720730 vws_client : VWS ,
721731 image : io .BytesIO | BinaryIO ,
722732 ) -> None :
@@ -745,6 +755,7 @@ class TestGenerateVumarkInstance:
745755 ],
746756 )
747757 def test_generate_vumark_instance (
758+ * ,
748759 vumark_service_client : VuMarkService ,
749760 vumark_target_id : str ,
750761 accept : VuMarkAccept ,
0 commit comments