Separated tests.py into test_models.py test_views.py

master
Jason Zhu 2020-10-21 15:18:59 +11:00
parent e207585bb7
commit 762296b276
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
from django.test import TestCase
from .models import Puppy
from ..models import Puppy
class PuppyTest(TestCase):
"""