Separated tests.py into test_models.py test_views.py
This commit is contained in:
parent
e207585bb7
commit
762296b276
0
puppy_store/puppies/tests/__init__.py
Normal file
0
puppy_store/puppies/tests/__init__.py
Normal file
@ -1,5 +1,5 @@
|
||||
from django.test import TestCase
|
||||
from .models import Puppy
|
||||
from ..models import Puppy
|
||||
|
||||
class PuppyTest(TestCase):
|
||||
"""
|
Loading…
x
Reference in New Issue
Block a user