aboutsummaryrefslogtreecommitdiff
path: root/app/tests
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-10-28 14:01:09 +0100
committerMilo Casagrande <milo.casagrande@linaro.org>2014-10-28 14:01:09 +0100
commita4d1477dca21d5b5386cb8c5897082cfba2da885 (patch)
tree969183ed3479efc6676422f673363d73de10f7ae /app/tests
parent63713dd9355f8da1e2c39031bde54f67d9bfd10c (diff)
bisect: Add save feature on bisect.
* Bisect data is now saved. * Add bisect data model. * Add tests. * Refactor save method to return the document ID. Change-Id: I58146d5136538cf9851aee06d8896726ab3b706b
Diffstat (limited to 'app/tests')
-rw-r--r--app/tests/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/tests/__init__.py b/app/tests/__init__.py
index 400d11f..1a6c5e8 100644
--- a/app/tests/__init__.py
+++ b/app/tests/__init__.py
@@ -30,10 +30,12 @@ def test_modules():
'handlers.tests.test_job_handler',
'handlers.tests.test_subscription_handler',
'handlers.tests.test_token_handler',
+ 'models.tests.test_bisect_model',
'models.tests.test_boot_model',
'models.tests.test_models',
'models.tests.test_token_model',
'utils.batch.tests.test_batch_common',
+ 'utils.bisect.tests.test_bisect',
'utils.tests.test_bootimport',
'utils.tests.test_docimport',
'utils.tests.test_meta_parser',