示例#1
0
 def test_05(self):
     self.assertEqual(Server.handling_data('AB5C0015helloqwertyuiop'), 'helloqwertyuiop', 'message is not received successfully')
示例#2
0
 def test_05(self):
     self.assertEqual(Server.handling_data('AB5C00e15helloqwertyuiop'), 'error', 'error should be returned')
示例#3
0
 def test_04(self):
     self.assertEqual(Server.handling_data('AB5C0005hello'), 'hello', 'message is not received successfully')