aboutsummaryrefslogtreecommitdiff
path: root/app/tests
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-09-11 16:20:22 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-09-11 16:20:22 +0200
commit4fc369af8d87fede67f117ecb3eb5af37877275e (patch)
tree24c492b22faacc6c766ee8d5c9a5954144c5e7f2 /app/tests
parent27c5e61b102e9a520a640d7d44b35866c694de47 (diff)
handlers: Refactor common methods into module.
* Move all the handlers common methods into a single module (making them "static"). * Refactor methods and tests. * Add new tests. Change-Id: Ied713e6d5a9d4c16dcc27794509bdc6dd1193c1f
Diffstat (limited to 'app/tests')
-rw-r--r--app/tests/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/tests/__init__.py b/app/tests/__init__.py
index 2da0fba..e7153db 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -24,7 +24,7 @@ def test_modules():
'handlers.tests.test_count_handler',
'handlers.tests.test_defconf_handler',
'handlers.tests.test_handler_response',
- 'handlers.tests.test_handler_static',
+ 'handlers.tests.test_handlers_common',
'handlers.tests.test_job_handler',
'handlers.tests.test_subscription_handler',
'handlers.tests.test_token_handler',