Exemplo n.º 1
0
 def test_true_2(self):
     self.assertTrue(validate_hello('ciao bella!'))
Exemplo n.º 2
0
 def test_false(self):
     self.assertFalse(validate_hello('meh'))
Exemplo n.º 3
0
 def test_true(self):
     self.assertTrue(validate_hello('hello'))
Exemplo n.º 4
0
 def test_true_8(self):
     self.assertTrue(validate_hello('czesc'))
Exemplo n.º 5
0
 def test_true_9(self):
     self.assertTrue(validate_hello('Ahoj'))
Exemplo n.º 6
0
 def test_true_7(self):
     self.assertTrue(validate_hello('AHOJ!'))
Exemplo n.º 7
0
 def test_true_6(self):
     self.assertTrue(validate_hello('Hallo, wie geht\'s dir?'))
Exemplo n.º 8
0
 def test_true_5(self):
     self.assertTrue(validate_hello('hombre! Hola!'))
Exemplo n.º 9
0
 def test_true_4(self):
     self.assertTrue(validate_hello('hallo, salut'))
Exemplo n.º 10
0
 def test_true_3(self):
     self.assertTrue(validate_hello('salut'))