Moved tests to root directory
This commit is contained in:
parent
5c5bb9a02f
commit
772585109d
5 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue