aboutsummaryrefslogtreecommitdiff
path: root/app/tests
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-05-14 12:33:48 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-05-14 12:35:58 +0200
commiteac67ca29414a1738753730ce3453445355e3379 (patch)
treefb7ddfd795d73084f30d46d66c44310450022cc5 /app/tests
parenta00773b0d8a2dfa1ec824994b05f87ae3bcdde05 (diff)
Add query parameter to retrieve date ranged documents.
* This is necessary to retrieve only a subset of elements filtered on their creation date. * A default range is defined in 15 days, but is not enforced. * Add tests.
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 9f22093..1075d00 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_static',
'handlers.tests.test_job_handler',
'handlers.tests.test_subscription_handler',
'models.tests.test_boot_model',