mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
test test mode
This commit is contained in:
parent
ce88deeb3b
commit
d596ae1e7e
@ -13,6 +13,7 @@ from .validators import validate_overage, validate_part_name
|
||||
from . import helpers
|
||||
from . import version
|
||||
from . import status
|
||||
from . import ready
|
||||
|
||||
from decimal import Decimal
|
||||
|
||||
@ -399,3 +400,6 @@ class TestStatus(TestCase):
|
||||
|
||||
def test_check_system_healt(self):
|
||||
self.assertTrue(status.check_system_health())
|
||||
|
||||
def test_TestMode(self):
|
||||
self.assertTrue(ready.isInTestMode())
|
||||
|
Loading…
Reference in New Issue
Block a user