diff --git a/puppy_store/puppies/tests/__init__.py b/puppy_store/puppies/tests/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/puppy_store/puppies/tests.py b/puppy_store/puppies/tests/test_models.py similarity index 95% rename from puppy_store/puppies/tests.py rename to puppy_store/puppies/tests/test_models.py index b1ec141..24b0f1d 100644 --- a/puppy_store/puppies/tests.py +++ b/puppy_store/puppies/tests/test_models.py @@ -1,5 +1,5 @@ from django.test import TestCase -from .models import Puppy +from ..models import Puppy class PuppyTest(TestCase): """