Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created July 1, 2022 15:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunomichetti/7687b37175e97ffb78d39f3897a738d0 to your computer and use it in GitHub Desktop.
Save brunomichetti/7687b37175e97ffb78d39f3897a738d0 to your computer and use it in GitHub Desktop.
# your test file
from rest_framework.test import APITestCase
# class to define a test case of login
class UserLoginTestCase(APITestCase):
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment