From 15385685323b18671bbfed38ba744ac2b6b01bb9 Mon Sep 17 00:00:00 2001 From: Joffrey F Date: Wed, 23 Sep 2015 17:42:29 -0700 Subject: Reorganize test directories More clearly separate unit and integration tests Allow splitting into multiple files Cleaner Signed-off-by: Joffrey F --- tests/integration/__init__.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/integration/__init__.py (limited to 'tests/integration/__init__.py') 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 * -- cgit v1.2.1