brotherton-erpnext/erpnext/tests/test_activation.py

10 lines
215 B
Python
Raw Normal View History

2022-05-05 05:32:23 +00:00
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)