import json from django.test import TestCase class JSONViewTestCase(TestCase): def test_json_view(self): response = self.client.post( reverse( ...
確定! 回上一頁