Skip to content

Commit

Permalink
cleanup: rename k8sclient->client
Browse files Browse the repository at this point in the history
  • Loading branch information
dims committed Jan 16, 2017
1 parent c8b0968 commit 28181d7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
# under the License.

"""
test_k8sclient
test_client
----------------------------------
Tests for `k8sclient` module. Deploy Kubernetes using:
Tests for `client` module. Deploy Kubernetes using:
http://kubernetes.io/docs/getting-started-guides/docker/
and then run this test
Expand All @@ -38,7 +38,7 @@ def _is_k8s_running():
return False


class TestK8sclient(unittest.TestCase):
class TestClient(unittest.TestCase):
@unittest.skipUnless(
_is_k8s_running(), "Kubernetes is not available")
def test_list_endpoints(self):
Expand Down

0 comments on commit 28181d7

Please sign in to comment.