From c622ff64b902770da582a391346f70d642e652b8 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Thu, 12 Nov 2015 11:16:43 -0800 Subject: Remove unused files Signed-off-by: Joffrey F --- tests/integration/__init__.py | 13 ------------- tests/integration_test.py | 4 ---- 2 files changed, 17 deletions(-) delete mode 100644 tests/integration_test.py diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py index 20c0a0a..e69de29 100644 --- a/tests/integration/__init__.py +++ b/tests/integration/__init__.py @@ -1,13 +0,0 @@ -# flake8: noqa - -# FIXME: crutch while we transition to the new folder architecture -# Remove imports when merged in master and Jenkins is updated to find the -# tests in the new location. -from .api_test import * -from .build_test import * -from .container_test import * -from .exec_test import * -from .image_test import * -from .network_test import * -from .regression_test import * -from .volume_test import * diff --git a/tests/integration_test.py b/tests/integration_test.py deleted file mode 100644 index 73cbf93..0000000 --- a/tests/integration_test.py +++ /dev/null @@ -1,4 +0,0 @@ -# FIXME: placeholder while we transition to the new folder architecture -# Remove when merged in master and Jenkins is updated to find the tests -# in the new location. -from .integration import * # flake8: noqa -- cgit v1.2.1