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