From 80d572a50a222f6fa5e23f7906115febc2577c7a Mon Sep 17 00:00:00 2001 From: Peter Odeny Date: Mon, 25 Nov 2019 15:19:54 +0300 Subject: [PATCH] set up unit test --- activity/settings/test.py | 2 +- activity/tests/__init__.py | 0 formlibrary/tests/__init__.py | 0 indicators/tests/__init__.py | 0 reports/tests/__init__.py | 0 workflow/tests/__init__.py | 0 6 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 activity/tests/__init__.py create mode 100644 formlibrary/tests/__init__.py create mode 100644 indicators/tests/__init__.py create mode 100644 reports/tests/__init__.py create mode 100644 workflow/tests/__init__.py 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