This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |