mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-18 04:55:44 +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 importer.models import DataImportSession
|
||||
from InvenTree.unit_test import InvenTreeTestCase
|
||||
from importer.models import DataImportRow, DataImportSession
|
||||
from InvenTree.unit_test import AdminTestCase, InvenTreeTestCase
|
||||
|
||||
|
||||
class ImporterMixin:
|
||||
|
Reference in New Issue
Block a user