aboutsummaryrefslogtreecommitdiff
path: root/app/tests
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-10-24 19:00:38 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-10-24 19:00:38 +0200
commit63713dd9355f8da1e2c39031bde54f67d9bfd10c (patch)
tree5ad03e0c15b5d94f83f43577af457bd1f3b7f85c /app/tests
parentdc92c314b74d16afbf48a40edc6d23c0b650094d (diff)
bisect: Implement bisect handler.
* Implement a new bisect handler that will perform bisect operation on the collections. At the moment the only supported collection is 'boot'. * Add celery task to execute the elaboration. * Add tests for the handler. * Add necessary variables. Change-Id: Iacaac5ec3c4c8aaa80ff87064564ac22ffc7e9f3
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 f8f570e..400d11f 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -21,6 +21,7 @@ import unittest
def test_modules():
return [
'handlers.tests.test_batch_handler',
+ 'handlers.tests.test_bisect_handler',
'handlers.tests.test_boot_handler',
'handlers.tests.test_count_handler',
'handlers.tests.test_defconf_handler',