2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

test Isimporting

This commit is contained in:
Matthias
2022-02-13 19:59:06 +01:00
parent d596ae1e7e
commit af3f3c741d

View File

@ -403,3 +403,6 @@ class TestStatus(TestCase):
def test_TestMode(self):
self.assertTrue(ready.isInTestMode())
def test_Importing(self):
self.assertEqual(ready.isImportingData(), False)