Skip to content

Instantly share code, notes, and snippets.

View imireallan's full-sized avatar

Allan Imire imireallan

View GitHub Profile
from django.test import TestCase
from rest_framework import status
from rest_framework.test import APIClient
class LoginTestCase(TestCase):
def setUp(self):
self.client = APIClient()
self.user = {
'username':'allanimire',