Skip to content

Instantly share code, notes, and snippets.

View akashadhikari's full-sized avatar
🎯
वोर्किङ

Akash Adhikari akashadhikari

🎯
वोर्किङ
View GitHub Profile
@guillaumepiot
guillaumepiot / test_image_upload.py
Last active January 22, 2024 19:19
Django Rest Framework - Image/File upload test
import os
import io
from PIL import Image
from django.core.urlresolvers import reverse
from django.conf import settings
from rest_framework import status
from rest_framework.test import APITestCase