refactor: import from new location

This commit is contained in:
David
2024-10-06 11:54:52 +02:00
parent 13eb3c5c14
commit bda415a83d
142 changed files with 423 additions and 384 deletions

View File

@@ -1,9 +1,9 @@
from frappe.tests.utils import FrappeTestCase
from frappe.tests import IntegrationTestCase
from erpnext.utilities.activation import get_level
class TestActivation(FrappeTestCase):
class TestActivation(IntegrationTestCase):
def test_activation(self):
levels = get_level()
self.assertTrue(levels)