File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 7
7
from rest_framework .request import Request
8
8
from rest_framework .test import APIRequestFactory
9
9
10
- from example .factories import ArtProjectFactory
11
10
from rest_framework_json_api .serializers import (
12
11
DateField ,
13
12
ModelSerializer ,
14
13
ResourceIdentifierObjectSerializer ,
15
- empty ,
14
+ empty
16
15
)
17
16
from rest_framework_json_api .utils import format_resource_type
18
17
18
+ from example .factories import ArtProjectFactory
19
19
from example .models import Author , Blog , Entry
20
- from example .serializers import (
21
- BlogSerializer ,
22
- ProjectSerializer ,
23
- ArtProjectSerializer ,
24
- )
20
+ from example .serializers import ArtProjectSerializer , BlogSerializer , ProjectSerializer
25
21
26
22
request_factory = APIRequestFactory ()
27
23
pytestmark = pytest .mark .django_db
You can’t perform that action at this time.
0 commit comments