aboutsummaryrefslogtreecommitdiff
path: root/app/tests
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-05-09 16:19:23 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-05-09 16:19:23 +0200
commitf06ee205a325c157a8ea90e45963948d67ebcd2a (patch)
tree9a59dbf501f536c6d3ac644f413083ed5a775970 /app/tests
parent5845b7dd0a70ab628967618e4ce3a141987668d5 (diff)
Add test for boot import.
Diffstat (limited to 'app/tests')
-rw-r--r--app/tests/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/tests/__init__.py b/app/tests/__init__.py
index aacb341..cae4142 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -24,6 +24,7 @@ def test_modules():
'handlers.tests.test_job_handler',
'handlers.tests.test_subscription_handler',
'models.tests.test_models',
+ 'utils.tests.test_bootimport',
'utils.tests.test_docimport',
'utils.tests.test_subscribe',
'utils.tests.test_validator'