aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-12-05 16:36:11 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-12-05 16:36:11 +0100
commit379d81790e3c196697db6d46796b1504585667fc (patch)
tree9bec6467ba1b4314403ec2ae394b34647981927b
parent2b50de3aa091c183cfa3964528793bd6a366e05c (diff)
Add missing version handler tests.
Change-Id: Ie1a830a8da62fc061f3b14f1033876c9ffa87867
-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 0424b10..21e0867 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -30,6 +30,7 @@ def test_modules():
'handlers.tests.test_job_handler',
'handlers.tests.test_lab_handler',
'handlers.tests.test_token_handler',
+ 'handlers.tests.test_version_handler',
'models.tests.test_bisect_model',
'models.tests.test_boot_model',
'models.tests.test_defconfig_model',