Kaydet (Commit) 01c33c0f authored tarafından Joffrey F's avatar Joffrey F

Client -> DockerClient

Signed-off-by: 's avatarJoffrey F <joffrey@docker.com>
üst e7d78d10
...@@ -61,7 +61,7 @@ class ClientTest(unittest.TestCase): ...@@ -61,7 +61,7 @@ class ClientTest(unittest.TestCase):
assert "this method is now on the object APIClient" not in s assert "this method is now on the object APIClient" not in s
def test_call_containers(self): def test_call_containers(self):
client = docker.Client(**kwargs_from_env()) client = docker.DockerClient(**kwargs_from_env())
with self.assertRaises(TypeError) as cm: with self.assertRaises(TypeError) as cm:
client.containers() client.containers()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment