Skip to content

Commit 754b570

Browse files
committed
formatting test files
1 parent ab46b99 commit 754b570

10 files changed

+800
-0
lines changed

test/test_apps_v1beta1_api.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,30 @@ def test_replace_namespaced_stateful_set_status(self):
135135
Test case for replace_namespaced_stateful_set_status
136136
137137
138+
"""
139+
pass
140+
141+
def test_watch_namespaced_stateful_set(self):
142+
"""
143+
Test case for watch_namespaced_stateful_set
144+
145+
146+
"""
147+
pass
148+
149+
def test_watch_namespaced_stateful_set_list(self):
150+
"""
151+
Test case for watch_namespaced_stateful_set_list
152+
153+
154+
"""
155+
pass
156+
157+
def test_watch_stateful_set_list_for_all_namespaces(self):
158+
"""
159+
Test case for watch_stateful_set_list_for_all_namespaces
160+
161+
138162
"""
139163
pass
140164

test/test_autoscaling_v1_api.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,30 @@ def test_replace_namespaced_horizontal_pod_autoscaler_status(self):
135135
Test case for replace_namespaced_horizontal_pod_autoscaler_status
136136
137137
138+
"""
139+
pass
140+
141+
def test_watch_horizontal_pod_autoscaler_list_for_all_namespaces(self):
142+
"""
143+
Test case for watch_horizontal_pod_autoscaler_list_for_all_namespaces
144+
145+
146+
"""
147+
pass
148+
149+
def test_watch_namespaced_horizontal_pod_autoscaler(self):
150+
"""
151+
Test case for watch_namespaced_horizontal_pod_autoscaler
152+
153+
154+
"""
155+
pass
156+
157+
def test_watch_namespaced_horizontal_pod_autoscaler_list(self):
158+
"""
159+
Test case for watch_namespaced_horizontal_pod_autoscaler_list
160+
161+
138162
"""
139163
pass
140164

test/test_batch_v1_api.py

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,30 @@ def test_replace_namespaced_job_status(self):
135135
Test case for replace_namespaced_job_status
136136
137137
138+
"""
139+
pass
140+
141+
def test_watch_job_list_for_all_namespaces(self):
142+
"""
143+
Test case for watch_job_list_for_all_namespaces
144+
145+
146+
"""
147+
pass
148+
149+
def test_watch_namespaced_job(self):
150+
"""
151+
Test case for watch_namespaced_job
152+
153+
154+
"""
155+
pass
156+
157+
def test_watch_namespaced_job_list(self):
158+
"""
159+
Test case for watch_namespaced_job_list
160+
161+
138162
"""
139163
pass
140164

test/test_batch_v2alpha1_api.py

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,78 @@ def test_replace_namespaced_scheduled_job_status(self):
311311
Test case for replace_namespaced_scheduled_job_status
312312
313313
314+
"""
315+
pass
316+
317+
def test_watch_cron_job_list_for_all_namespaces(self):
318+
"""
319+
Test case for watch_cron_job_list_for_all_namespaces
320+
321+
322+
"""
323+
pass
324+
325+
def test_watch_job_list_for_all_namespaces(self):
326+
"""
327+
Test case for watch_job_list_for_all_namespaces
328+
329+
330+
"""
331+
pass
332+
333+
def test_watch_namespaced_cron_job(self):
334+
"""
335+
Test case for watch_namespaced_cron_job
336+
337+
338+
"""
339+
pass
340+
341+
def test_watch_namespaced_cron_job_list(self):
342+
"""
343+
Test case for watch_namespaced_cron_job_list
344+
345+
346+
"""
347+
pass
348+
349+
def test_watch_namespaced_job(self):
350+
"""
351+
Test case for watch_namespaced_job
352+
353+
354+
"""
355+
pass
356+
357+
def test_watch_namespaced_job_list(self):
358+
"""
359+
Test case for watch_namespaced_job_list
360+
361+
362+
"""
363+
pass
364+
365+
def test_watch_namespaced_scheduled_job(self):
366+
"""
367+
Test case for watch_namespaced_scheduled_job
368+
369+
370+
"""
371+
pass
372+
373+
def test_watch_namespaced_scheduled_job_list(self):
374+
"""
375+
Test case for watch_namespaced_scheduled_job_list
376+
377+
378+
"""
379+
pass
380+
381+
def test_watch_scheduled_job_list_for_all_namespaces(self):
382+
"""
383+
Test case for watch_scheduled_job_list_for_all_namespaces
384+
385+
314386
"""
315387
pass
316388

test/test_certificates_v1alpha1_api.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,22 @@ def test_replace_certificate_signing_request_status(self):
119119
Test case for replace_certificate_signing_request_status
120120
121121
122+
"""
123+
pass
124+
125+
def test_watch_certificate_signing_request(self):
126+
"""
127+
Test case for watch_certificate_signing_request
128+
129+
130+
"""
131+
pass
132+
133+
def test_watch_certificate_signing_request_list(self):
134+
"""
135+
Test case for watch_certificate_signing_request_list
136+
137+
122138
"""
123139
pass
124140

0 commit comments

Comments
 (0)