Example #1
0
 def testcase02(self):
     '''专网行业分布'''
     r = taishi().zwhy()
     self.assertIn(r, "专网行业分布", "测试失败")
Example #2
0
 def testcase03(self):
     '''专网运行状况'''
     r = taishi().zwzt()
     self.assertIn(r, "专网运行状况", "测试失败")
Example #3
0
 def testcase01(self):
     '''专网等级分布'''
     r = taishi().zwdj()
     self.assertIn(r, "专网等级分布", "测试失败")