You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 lines
215 B

  1. from frappe.tests.utils import FrappeTestCase
  2. from erpnext.utilities.activation import get_level
  3. class TestActivation(FrappeTestCase):
  4. def test_activation(self):
  5. levels = get_level()
  6. self.assertTrue(levels)