restapiswithdjango
restapiswithdjango copied to clipboard
Using APITestCase instead of TestCase in ch5/todos/tests.py
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.