aboutsummaryrefslogtreecommitdiff
path: root/app/tests
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2015-01-14 11:22:40 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2015-01-14 11:22:40 +0100
commit67cde49caf32fcc793c2fcfed832e291b6b2d184 (patch)
tree0ce308a81f515200f86c49458ea301d9b51e6544 /app/tests
parenta9213a3cfcfbf83cbd674fcd347b9d3c0f861f72 (diff)
Add SendHandler tests.
Change-Id: I9e1842e6bb8a68254cfdf30135fa958ead8de88b
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 f34fd28..38ba1e2 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_report_handler',
+ 'handlers.tests.test_send_handler',
'handlers.tests.test_token_handler',
'handlers.tests.test_version_handler',
'models.tests.test_bisect_model',