diff options
author | Joffrey F <joffrey@docker.com> | 2015-09-23 17:42:29 -0700 |
---|---|---|
committer | Joffrey F <joffrey@docker.com> | 2015-09-24 15:33:51 -0700 |
commit | 15385685323b18671bbfed38ba744ac2b6b01bb9 (patch) | |
tree | 4de1fdbd7f0d318f9848becb302166bfeea81f5b /tests/integration/__init__.py | |
parent | 36264349912c3192a7712167b901115a123fbada (diff) | |
download | docker-py-efficiency.tar.gz |
Reorganize test directoriesefficiency
More clearly separate unit and integration tests
Allow splitting into multiple files
Cleaner
Signed-off-by: Joffrey F <joffrey@docker.com>
Diffstat (limited to 'tests/integration/__init__.py')
-rw-r--r-- | tests/integration/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py new file mode 100644 index 0000000..07feaa1 --- /dev/null +++ b/tests/integration/__init__.py @@ -0,0 +1,2 @@ +# flake8: noqa +from .api_test import * |