mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-07 04:12:11 +00:00
Pepper
This commit is contained in:
@@ -6,7 +6,6 @@ import io
|
||||
import json
|
||||
import os.path
|
||||
from PIL import Image
|
||||
import requests
|
||||
|
||||
from wsgiref.util import FileWrapper
|
||||
from django.http import StreamingHttpResponse
|
||||
|
@@ -97,7 +97,6 @@ class TestMakeBarcoede(TestCase):
|
||||
|
||||
class TestDownloadFile(TestCase):
|
||||
|
||||
|
||||
def test_download(self):
|
||||
helpers.DownloadFile("hello world", "out.txt")
|
||||
helpers.DownloadFile(bytes("hello world".encode("utf8")), "out.bin")
|
||||
|
Reference in New Issue
Block a user