summaryrefslogtreecommitdiff
path: root/talersurvey/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'talersurvey/tests.py')
-rw-r--r--talersurvey/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/talersurvey/tests.py b/talersurvey/tests.py
index d25da48..d13e2f1 100644
--- a/talersurvey/tests.py
+++ b/talersurvey/tests.py
@@ -35,5 +35,6 @@ class SurveyTestCase(unittest.TestCase):
survey.app.testing = True
self.app = survey.app.test_client()
+
if __name__ == "__main__":
unittest.main()