aboutsummaryrefslogtreecommitdiff
path: root/app/tests
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-11-13 09:29:40 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-11-13 09:29:40 +0100
commita62fefc8385d0d52a639cbb0354bb01c243b4396 (patch)
tree4efc1f600e31963003dd5e06cce44ef40f417e8f /app/tests
parentfa9c001a2b88a9c7ee43015528c4e938cb46c0db (diff)
Add lab handler tests to tests suite.
Change-Id: Ic355ca1eb2681009acf5532c44bb447230a0aa89
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 ab1412e..aac1772 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -28,6 +28,7 @@ def test_modules():
'handlers.tests.test_handler_response',
'handlers.tests.test_handlers_common',
'handlers.tests.test_job_handler',
+ 'handlers.tests.test_lab_handler',
'handlers.tests.test_token_handler',
'models.tests.test_bisect_model',
'models.tests.test_boot_model',