from django.test import TestCase from myapp.models import Animal # Django的单元测试基于unittest库 class StudentTestCase(TestCase): # 测试 ...
確定! 回上一頁