From eac67ca29414a1738753730ce3453445355e3379 Mon Sep 17 00:00:00 2001 From: Milo Casagrande Date: Wed, 14 May 2014 12:33:48 +0200 Subject: 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. --- 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 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', -- cgit v1.2.3