您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

10 行
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)