mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
test Isimporting
This commit is contained in:
parent
d596ae1e7e
commit
af3f3c741d
@ -403,3 +403,6 @@ class TestStatus(TestCase):
|
||||
|
||||
def test_TestMode(self):
|
||||
self.assertTrue(ready.isInTestMode())
|
||||
|
||||
def test_Importing(self):
|
||||
self.assertEqual(ready.isImportingData(), False)
|
||||
|
Loading…
Reference in New Issue
Block a user