Esempio n. 1
0
 def test_correct_input(self):
     correct_input = STools.correct_input("муха", "слон", DICTIONARY[4])
     self.assertTrue(correct_input)
     correct_input = STools.correct_input("ыва", "ываы", DICTIONARY[4])
     self.assertFalse(correct_input)
Esempio n. 2
0
 def test_correct_input(self):
     correct_input = STools.correct_input("муха", "слон", DICTIONARY[4])
     self.assertTrue(correct_input)
     correct_input = STools.correct_input("ыва", "ываы", DICTIONARY[4])
     self.assertFalse(correct_input)