diff --git a/activity/settings/test.py b/activity/settings/test.py index f132d1e8..356375c9 100755 --- a/activity/settings/test.py +++ b/activity/settings/test.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- from os.path import join, normpath -from base import * +from .base import * # IN-MEMORY TEST DATABASE diff --git a/activity/tests/__init__.py b/activity/tests/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/formlibrary/tests/__init__.py b/formlibrary/tests/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/indicators/tests/__init__.py b/indicators/tests/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/reports/tests/__init__.py b/reports/tests/__init__.py new file mode 100644 index 00000000..e69de29b diff --git a/workflow/tests/__init__.py b/workflow/tests/__init__.py new file mode 100644 index 00000000..e69de29b