mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 13:05:42 +00:00
add test for importer admin
This commit is contained in:
@ -4,8 +4,8 @@ import os
|
|||||||
|
|
||||||
from django.core.files.base import ContentFile
|
from django.core.files.base import ContentFile
|
||||||
|
|
||||||
from importer.models import DataImportSession
|
from importer.models import DataImportRow, DataImportSession
|
||||||
from InvenTree.unit_test import InvenTreeTestCase
|
from InvenTree.unit_test import AdminTestCase, InvenTreeTestCase
|
||||||
|
|
||||||
|
|
||||||
class ImporterMixin:
|
class ImporterMixin:
|
||||||
|
Reference in New Issue
Block a user