Exemplo n.º 1
0
	def test_box2(self):
		self.assertEqual(main.box("n"), False, "The box test failed on 'n'")
Exemplo n.º 2
0
	def test_box3(self):
		self.assertEqual(main.box("ynfj49 d"), False, "The box test failed on 'ynfj49 d'")
Exemplo n.º 3
0
	def test_box1(self):
		self.assertEqual(main.box("y"), True, "The box test failed on 'y'")