mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
stops pylint E1120 from showing
This commit is contained in:
parent
cbe6423a11
commit
f93e7d34c7
@ -81,7 +81,6 @@ class KubernetesTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
kubernetes.kubernetes.client.ExtensionsV1beta1Api().list_namespaced_deployment().to_dict.called)
|
kubernetes.kubernetes.client.ExtensionsV1beta1Api().list_namespaced_deployment().to_dict.called)
|
||||||
# pylint: enable=E1120
|
# pylint: enable=E1120
|
||||||
|
|
||||||
|
|
||||||
def test_services(self):
|
def test_services(self):
|
||||||
'''
|
'''
|
||||||
Tests services listing.
|
Tests services listing.
|
||||||
@ -134,7 +133,6 @@ class KubernetesTestCase(TestCase, LoaderModuleMockMixin):
|
|||||||
delete_namespaced_deployment().to_dict.called)
|
delete_namespaced_deployment().to_dict.called)
|
||||||
# pylint: enable=E1120
|
# pylint: enable=E1120
|
||||||
|
|
||||||
|
|
||||||
def test_create_deployments(self):
|
def test_create_deployments(self):
|
||||||
'''
|
'''
|
||||||
Tests deployment creation.
|
Tests deployment creation.
|
||||||
|
Loading…
Reference in New Issue
Block a user