Moved tests to root directory

This commit is contained in:
Ben Firshman 2013-12-14 16:34:24 +00:00
parent 5c5bb9a02f
commit 772585109d
5 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ class NameTestCase(DockerClientTestCase):
service = Service(
name='test',
client=self.client,
build='plum/tests/fixtures/simple-dockerfile',
build='tests/fixtures/simple-dockerfile',
)
container = service.start()
self.client.wait(container)