mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 12:05:53 +00:00
refactor
This commit is contained in:
@ -6,7 +6,7 @@ from django.contrib.auth import get_user_model
|
|||||||
from plugins.samples.action.simpleactionplugin import SimpleActionPlugin
|
from plugins.samples.action.simpleactionplugin import SimpleActionPlugin
|
||||||
|
|
||||||
|
|
||||||
class ActionPluginTests(TestCase):
|
class SimpleActionPluginTests(TestCase):
|
||||||
""" Tests for SampleIntegrationPlugin """
|
""" Tests for SampleIntegrationPlugin """
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
@ -4,7 +4,7 @@ from django.test import TestCase
|
|||||||
from django.contrib.auth import get_user_model
|
from django.contrib.auth import get_user_model
|
||||||
|
|
||||||
|
|
||||||
class ActionPluginTests(TestCase):
|
class SampleIntegrationPluginTests(TestCase):
|
||||||
""" Tests for SampleIntegrationPlugin """
|
""" Tests for SampleIntegrationPlugin """
|
||||||
|
|
||||||
def setUp(self):
|
def setUp(self):
|
Reference in New Issue
Block a user