Exemplo n.º 1
0
 def test_bast_shoe1(self):
     self.assertEqual(z75c.BastShoe('1 Привет'), 'Привет')
Exemplo n.º 2
0
 def test_bast_shoe2(self):
     self.assertEqual(z75c.BastShoe('1 , Мир!'), 'Привет, Мир!')
Exemplo n.º 3
0
 def test_bast_shoe5(self):
     self.assertEqual(z75c.BastShoe('4'), 'Привет, Мир!++')