Django's TestCase class provides the setUpTestData() hook for creating your test data. It is faster than using the unittest setUp() hook ...
確定! 回上一頁