summaryrefslogtreecommitdiff
path: root/tests/integration/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/__init__.py')
-rw-r--r--tests/integration/__init__.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/integration/__init__.py b/tests/integration/__init__.py
new file mode 100644
index 0000000..20c0a0a
--- /dev/null
+++ b/tests/integration/__init__.py
@@ -0,0 +1,13 @@
+# 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 *