This commit is contained in:
Asif Saif Uddin (Auvi) 2020-05-15 18:31:57 +06:00
parent e431bfaa14
commit 6e2871680d

View File

@ -2,7 +2,7 @@ import unittest
from collections import namedtuple
from django.test import TestCase
from django.urls import Resolver404, URLResolver, path, re_path
from django.urls import Resolver404, URLResolver, include, path, re_path
from django.urls.resolvers import RegexPattern
from rest_framework.test import APIRequestFactory