mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Reorganize base TestCase classes
This commit is contained in:
@@ -9,8 +9,8 @@ from rest_framework.test import APIClient
|
||||
from extras.choices import ObjectChangeActionChoices
|
||||
from extras.models import ObjectChange
|
||||
from users.models import ObjectPermission, Token
|
||||
from .base import ModelTestCase
|
||||
from .utils import disable_warnings
|
||||
from .views import ModelTestCase
|
||||
|
||||
|
||||
__all__ = (
|
||||
|
Reference in New Issue
Block a user