mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-30 12:36:45 +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 helpers
|
||||||
from . import version
|
from . import version
|
||||||
from . import status
|
from . import status
|
||||||
|
from . import ready
|
||||||
|
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
|
|
||||||
@ -399,3 +400,6 @@ class TestStatus(TestCase):
|
|||||||
|
|
||||||
def test_check_system_healt(self):
|
def test_check_system_healt(self):
|
||||||
self.assertTrue(status.check_system_health())
|
self.assertTrue(status.check_system_health())
|
||||||
|
|
||||||
|
def test_TestMode(self):
|
||||||
|
self.assertTrue(ready.isInTestMode())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user