diff --git a/bookwyrm/tests/templatetags/__init__.py b/bookwyrm/tests/templatetags/__init__.py new file mode 100644 index 000000000..b6e690fd5 --- /dev/null +++ b/bookwyrm/tests/templatetags/__init__.py @@ -0,0 +1 @@ +from . import * diff --git a/bookwyrm/tests/test_templatetags.py b/bookwyrm/tests/templatetags/test_templatetags.py similarity index 100% rename from bookwyrm/tests/test_templatetags.py rename to bookwyrm/tests/templatetags/test_templatetags.py