We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b0968 commit 28181d7Copy full SHA for 28181d7
kubernetes/e2e_test/test_k8sclient.py kubernetes/e2e_test/test_client.pykubernetes/e2e_test/test_k8sclient.py renamed to kubernetes/e2e_test/test_client.py
@@ -13,10 +13,10 @@
13
# under the License.
14
15
"""
16
-test_k8sclient
+test_client
17
----------------------------------
18
19
-Tests for `k8sclient` module. Deploy Kubernetes using:
+Tests for `client` module. Deploy Kubernetes using:
20
http://kubernetes.io/docs/getting-started-guides/docker/
21
22
and then run this test
@@ -38,7 +38,7 @@ def _is_k8s_running():
38
return False
39
40
41
-class TestK8sclient(unittest.TestCase):
+class TestClient(unittest.TestCase):
42
@unittest.skipUnless(
43
_is_k8s_running(), "Kubernetes is not available")
44
def test_list_endpoints(self):
0 commit comments