from django.test import TestCase from zoo import models class AnimalTestCase(TestCase): def test_dog_says(self): dog = models.
確定! 回上一頁