Skip to content

Instantly share code, notes, and snippets.

View ptm108's full-sized avatar
👁️‍🗨️

Tze Ming ptm108

👁️‍🗨️
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