Skip to content

Instantly share code, notes, and snippets.

View fahdjamy's full-sized avatar
🏁
What's free?

Fahad fahdjamy

🏁
What's free?
View GitHub Profile
import json
from django.test import TestCase
from django.urls import reverse
from rest_framework.test import APIClient
from rest_framework import status
from author_heaven.apps.users.models import User