X-Git-Url: https://git.mdrn.pl/fnpdjango.git/blobdiff_plain/28b1d7e9f4a7008712736adce363ca2770d48aea..c4311d82afc1bb44566c6e612b09c4ecad1af643:/tests/tests/__init__.py diff --git a/tests/tests/__init__.py b/tests/tests/__init__.py index 468aae5..7801a8c 100644 --- a/tests/tests/__init__.py +++ b/tests/tests/__init__.py @@ -10,6 +10,7 @@ test_* modules by itself. """ from .test_middleware import * from .test_storage import * +from .test_templatetags_fnp_annoy import * from .test_templatetags_fnp_markup import * from .test_templatetags_macros import * from .test_utils_settings import *