mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 20:16:44 +00:00
rename test
This commit is contained in:
parent
626e3838ae
commit
204b4fd527
@ -6,8 +6,8 @@ from plugin import registry
|
|||||||
from plugin.registry import call_function
|
from plugin.registry import call_function
|
||||||
|
|
||||||
|
|
||||||
class ScheduledTaskPluginTests(TestCase):
|
class ExampleScheduledTaskPluginTests(TestCase):
|
||||||
""" Tests for ScheduledTaskPlugin """
|
""" Tests for provided ScheduledTaskPlugin """
|
||||||
|
|
||||||
def test_function(self):
|
def test_function(self):
|
||||||
"""check if the scheduling works"""
|
"""check if the scheduling works"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user