mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-05 14:38:26 +00:00
test: activation
This commit is contained in:
9
erpnext/tests/test_activation.py
Normal file
9
erpnext/tests/test_activation.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from frappe.tests.utils import FrappeTestCase
|
||||
|
||||
from erpnext.utilities.activation import get_level
|
||||
|
||||
|
||||
class TestActivation(FrappeTestCase):
|
||||
def test_activation(self):
|
||||
levels = get_level()
|
||||
self.assertTrue(levels)
|
||||
Reference in New Issue
Block a user