aboutsummaryrefslogtreecommitdiff
path: root/app/tests
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-05-13 17:50:46 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-05-13 17:50:46 +0200
commit038bda4f87750199a1e1371cc619f47ec6a7d854 (patch)
tree1149b46a830edff947dee9abc5492c9956cd970b /app/tests
parenta5a9802195216f8d1037e1ea45a1c6d25fc74291 (diff)
Add CountHandler tests.
Diffstat (limited to 'app/tests')
-rw-r--r--app/tests/__init__.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/tests/__init__.py b/app/tests/__init__.py
index 447901f..9f22093 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -20,11 +20,12 @@ import unittest
def test_modules():
return [
+ 'handlers.tests.test_count_handler',
'handlers.tests.test_defconf_handler',
'handlers.tests.test_job_handler',
'handlers.tests.test_subscription_handler',
- 'models.tests.test_models',
'models.tests.test_boot_model',
+ 'models.tests.test_models',
'utils.tests.test_bootimport',
'utils.tests.test_docimport',
'utils.tests.test_subscribe',