Support for Django up to 2.2.
[fnpdjango.git] / tests / tests / __init__.py
index 468aae5..7801a8c 100644 (file)
@@ -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 *