restapiswithdjango icon indicating copy to clipboard operation
restapiswithdjango copied to clipboard

Using APITestCase instead of TestCase in ch5/todos/tests.py

Open amirsoroush opened this issue 2 years ago • 0 comments

Hi, In chapter 5 we wrote tests for todos app. Although in the paragraph at the bottom of the page 80 we introduced APITestCase and imported it in the tests.py module, we didn't use it in the actual code by mistake. Thanks.

amirsoroush avatar May 12 '23 19:05 amirsoroush