示例#1
0
 def test_026_logout(self):
     """
     Time       :2019-04-03
     author     : 罗林
     desc       : 运营人员退出登录
     """
     rs3 = m.test_logout()
     ass.verity(json.loads(rs3)['message'], '请求成功')
示例#2
0
 def test_026_logout(self):
     """
     Time       :2019-04-03
     author     : 罗林
     desc       : 运营人员退出登录
     """
     rs3 = ManageAction.test_logout()
     Assertion.verity(json.loads(rs3)['message'], '请求成功')