diff --git a/input/tests/__init__.py b/input/tests/__init__.py new file mode 100644 index 0000000..da17d30 --- /dev/null +++ b/input/tests/__init__.py @@ -0,0 +1,2 @@ +from .models import ModelTestCase +from .views import ViewTestCase