aboutsummaryrefslogtreecommitdiff
path: root/app/tests
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-07-30 14:24:39 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-07-30 14:26:49 +0200
commit1b6cc7e5c5a22eea4d781bbb846519a6051d2a5f (patch)
treea565dded3160db4c06d1c570b44dbc9c4a47cb0e /app/tests
parent3b8f7e49c065c87abd2a8703a95a5c297b923cb4 (diff)
HandlerResponse: Rework constructur, add tests.
* Rework the constructor to accept only one parameter. * Add tests. Change-Id: I560b303e42cbc1c23a2b4c41e117c6bbda6f76d8
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 03a2433..9360971 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -22,6 +22,7 @@ def test_modules():
return [
'handlers.tests.test_count_handler',
'handlers.tests.test_defconf_handler',
+ 'handlers.tests.test_handler_response',
'handlers.tests.test_handler_static',
'handlers.tests.test_job_handler',
'handlers.tests.test_subscription_handler',