From 1b6cc7e5c5a22eea4d781bbb846519a6051d2a5f Mon Sep 17 00:00:00 2001 From: Milo Casagrande Date: Wed, 30 Jul 2014 14:24:39 +0200 Subject: HandlerResponse: Rework constructur, add tests. * Rework the constructor to accept only one parameter. * Add tests. Change-Id: I560b303e42cbc1c23a2b4c41e117c6bbda6f76d8 --- app/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/tests') 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', -- cgit v1.2.3