diff --git a/example/blog/tests/__init__.py b/example/blog/tests/__init__.py new file mode 100644 index 0000000..9ccb8bb --- /dev/null +++ b/example/blog/tests/__init__.py @@ -0,0 +1,2 @@ +from test_views import * +from test_apiviews import * diff --git a/example/blog/tests.py b/example/blog/tests/test_views.py similarity index 100% rename from example/blog/tests.py rename to example/blog/tests/test_views.py