0.4.4: Django 3.0 support, actions.export_as_csv_action added.
[fnpdjango.git] / tests / tests / __init__.py
index 468aae5..ef64f9f 100644 (file)
@@ -8,8 +8,10 @@ in Django<1.6.  The newer django.test.runner.DiscoverRunner finds
 test_* modules by itself.
 
 """
+from .test_actions import *
 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 *