Separated tests.py into test_models.py test_views.py
parent
e207585bb7
commit
762296b276
|
@ -1,5 +1,5 @@
|
||||||
from django.test import TestCase
|
from django.test import TestCase
|
||||||
from .models import Puppy
|
from ..models import Puppy
|
||||||
|
|
||||||
class PuppyTest(TestCase):
|
class PuppyTest(TestCase):
|
||||||
"""
|
"""
|
Loading…
Reference in New Issue