فهرست منبع

Moved tests to root directory

Ben Firshman 12 سال پیش
والد
کامیت
772585109d
5فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 0 0
      tests/__init__.py
  2. 0 0
      tests/fixtures/simple-dockerfile/Dockerfile
  3. 0 0
      tests/service_collection_test.py
  4. 1 1
      tests/service_test.py
  5. 0 0
      tests/testcases.py

+ 0 - 0
plum/tests/__init__.py → tests/__init__.py


+ 0 - 0
plum/tests/fixtures/simple-dockerfile/Dockerfile → tests/fixtures/simple-dockerfile/Dockerfile


+ 0 - 0
plum/tests/service_collection_test.py → tests/service_collection_test.py


+ 1 - 1
plum/tests/service_test.py → tests/service_test.py

@@ -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)

+ 0 - 0
plum/tests/testcases.py → tests/testcases.py