0.4.4: Django 3.0 support, actions.export_as_csv_action added.
[fnpdjango.git] / tests / tests / __init__.py
index 7801a8c..ef64f9f 100644 (file)
@@ -8,6 +8,7 @@ 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 *