perceptic-core-client 0.40.999__py3-none-any.whl → 0.42.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of perceptic-core-client might be problematic. Click here for more details.
- perceptic_core_client/api/tag_resource_api.py +100 -836
- perceptic_core_client/test/test_tag_resource_api.py +0 -21
- {perceptic_core_client-0.40.999.dist-info → perceptic_core_client-0.42.0.dist-info}/METADATA +1 -1
- {perceptic_core_client-0.40.999.dist-info → perceptic_core_client-0.42.0.dist-info}/RECORD +6 -6
- {perceptic_core_client-0.40.999.dist-info → perceptic_core_client-0.42.0.dist-info}/WHEEL +0 -0
- {perceptic_core_client-0.40.999.dist-info → perceptic_core_client-0.42.0.dist-info}/top_level.txt +0 -0
|
@@ -36,13 +36,6 @@ class TestTagResourceApi(unittest.TestCase):
|
|
|
36
36
|
def test_get_files_for_tag(self) -> None:
|
|
37
37
|
"""Test case for get_files_for_tag
|
|
38
38
|
|
|
39
|
-
Get Files For Tag Empty
|
|
40
|
-
"""
|
|
41
|
-
pass
|
|
42
|
-
|
|
43
|
-
def test_get_files_for_tag_0(self) -> None:
|
|
44
|
-
"""Test case for get_files_for_tag_0
|
|
45
|
-
|
|
46
39
|
Get Files For Tag
|
|
47
40
|
"""
|
|
48
41
|
pass
|
|
@@ -61,13 +54,6 @@ class TestTagResourceApi(unittest.TestCase):
|
|
|
61
54
|
"""
|
|
62
55
|
pass
|
|
63
56
|
|
|
64
|
-
def test_remove_tag_empty(self) -> None:
|
|
65
|
-
"""Test case for remove_tag_empty
|
|
66
|
-
|
|
67
|
-
Remove Tag Empty
|
|
68
|
-
"""
|
|
69
|
-
pass
|
|
70
|
-
|
|
71
57
|
def test_update_tag(self) -> None:
|
|
72
58
|
"""Test case for update_tag
|
|
73
59
|
|
|
@@ -75,13 +61,6 @@ class TestTagResourceApi(unittest.TestCase):
|
|
|
75
61
|
"""
|
|
76
62
|
pass
|
|
77
63
|
|
|
78
|
-
def test_update_tag_empty(self) -> None:
|
|
79
|
-
"""Test case for update_tag_empty
|
|
80
|
-
|
|
81
|
-
Update Tag Empty
|
|
82
|
-
"""
|
|
83
|
-
pass
|
|
84
|
-
|
|
85
64
|
|
|
86
65
|
if __name__ == '__main__':
|
|
87
66
|
unittest.main()
|
|
@@ -12,7 +12,7 @@ perceptic_core_client/api/file_system_resource_api.py,sha256=9HzzNQPGS0uy5P8kFEv
|
|
|
12
12
|
perceptic_core_client/api/indexer_resource_api.py,sha256=nNeyrB0wMOetwDO92jfkv2PtQLaW5XUrsHUhDwVBhUM,20059
|
|
13
13
|
perceptic_core_client/api/indexing_schedule_resource_api.py,sha256=FJOZsv_mQ2yeIv-vMtQrnvIZceUftjJaLWGtg8r65Gw,86033
|
|
14
14
|
perceptic_core_client/api/indexing_task_resource_api.py,sha256=nHDH5bEdTUzw8qsS8FvmCEErF6JTH4vGI4JC6mmylD8,44317
|
|
15
|
-
perceptic_core_client/api/tag_resource_api.py,sha256=
|
|
15
|
+
perceptic_core_client/api/tag_resource_api.py,sha256=EG-KWmYn1JldWHrNMI4U5gME-DzsuTB5vHURUr2IKzk,50523
|
|
16
16
|
perceptic_core_client/api/uri_resource_api.py,sha256=37kkpiZQyxd-184Zql6s5J714FJSIrT0o4Wr9rDMxe8,114212
|
|
17
17
|
perceptic_core_client/api/user_resource_api.py,sha256=HDkfUz8gHi1sSwhSKD2yrsbXiE3Q9ZuEB_dlVhEc07o,20686
|
|
18
18
|
perceptic_core_client/api/worker_resource_api.py,sha256=gNDyOuMO8vk8fesDckH9OruHq59d1J9bc9gm3cvDLVw,99177
|
|
@@ -213,7 +213,7 @@ perceptic_core_client/test/test_schedule_trigger.py,sha256=EZLrcko-4mOkIyo6UZrQs
|
|
|
213
213
|
perceptic_core_client/test/test_schema_location.py,sha256=lEe3E-VJLQ8UtvpImmQIq1DnsaeCQq3RTNCM1QdqbfI,1514
|
|
214
214
|
perceptic_core_client/test/test_start_execution_response.py,sha256=1dpZ3bQIXpMyG8HgCMqePY_hkHZqc_IIc4m2-z4Bg-E,2122
|
|
215
215
|
perceptic_core_client/test/test_tag_info.py,sha256=6-lKnytKyfR75QjFRPb7641_ZtNED77P9CCy90m5wf4,1421
|
|
216
|
-
perceptic_core_client/test/test_tag_resource_api.py,sha256=
|
|
216
|
+
perceptic_core_client/test/test_tag_resource_api.py,sha256=lb0MU41kXf4byQBySkELiIcwK8HUdWWcawRJrj_yyEc,1304
|
|
217
217
|
perceptic_core_client/test/test_update_indexing_schedule_request.py,sha256=9SLP1UdxJbNtB55N8rAH3Bk5BP2nh49oIhYOv78UM8Y,1893
|
|
218
218
|
perceptic_core_client/test/test_update_indexing_schedule_response.py,sha256=U_9OLaVswJC4tJ6Yehhl8Veib8Io-P81NcQ-2-uv7wA,2659
|
|
219
219
|
perceptic_core_client/test/test_update_tag_request.py,sha256=quiRdlic1vOuoYEuXzKXxiilzsSGwTE2FV5RJfpC0mY,1482
|
|
@@ -227,7 +227,7 @@ perceptic_core_client/test/test_worker_event.py,sha256=Kj9yWYB3r_a2GKlvhnqAmlZYz
|
|
|
227
227
|
perceptic_core_client/test/test_worker_metadata_dto.py,sha256=lbvKWvnwcKEfHHh9diRevdceGEJwgv3INVphqaxiAlw,1674
|
|
228
228
|
perceptic_core_client/test/test_worker_resource_api.py,sha256=8mfcVQrYQ3ziSyhRuC2IPA9UvkvcOMgrqdGjcuOAkf0,2402
|
|
229
229
|
perceptic_core_client/test/test_worker_run_event_rating_secondary_id.py,sha256=yBAKncG29Z-cwfS9lCgS1Uu0N7-cVo5zpMDQUUlt-iU,1687
|
|
230
|
-
perceptic_core_client-0.
|
|
231
|
-
perceptic_core_client-0.
|
|
232
|
-
perceptic_core_client-0.
|
|
233
|
-
perceptic_core_client-0.
|
|
230
|
+
perceptic_core_client-0.42.0.dist-info/METADATA,sha256=aCBm_UefwOE9C0fm-E6zvNgXw72SykwgQRq2hTnKIS0,3605
|
|
231
|
+
perceptic_core_client-0.42.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
232
|
+
perceptic_core_client-0.42.0.dist-info/top_level.txt,sha256=wWF5_isd4ZU0SRPPhKKAxW4kJ9hYIBgLbcWn_y-c1tg,22
|
|
233
|
+
perceptic_core_client-0.42.0.dist-info/RECORD,,
|
|
File without changes
|
{perceptic_core_client-0.40.999.dist-info → perceptic_core_client-0.42.0.dist-info}/top_level.txt
RENAMED
|
File without changes
|