Esempio n. 1
0
	def test_condition1(self):
		self.assertEqual(main.condition("y"), True, "The condition test failed on 'y'")
Esempio n. 2
0
	def test_condition2(self):
		self.assertEqual(main.condition("n"), False, "The condition test failed on 'n'")
Esempio n. 3
0
	def test_condition3(self):
		self.assertEqual(main.condition("ynfj49 d"), False, "The condition test failed on 'ynfj49 d'")