mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
test Isimporting
This commit is contained in:
@ -403,3 +403,6 @@ class TestStatus(TestCase):
|
|||||||
|
|
||||||
def test_TestMode(self):
|
def test_TestMode(self):
|
||||||
self.assertTrue(ready.isInTestMode())
|
self.assertTrue(ready.isInTestMode())
|
||||||
|
|
||||||
|
def test_Importing(self):
|
||||||
|
self.assertEqual(ready.isImportingData(), False)
|
||||||
|
Reference in New Issue
Block a user