from django.test import TestCase class SimpleTest(TestCase): def test_preview(self): response = self.client.post('/wiki/preview/', ...
確定! 回上一頁