Exemplo n.º 1
0
	def test_screenDamage2(self):
		self.assertEqual(main.frame(2), 2, "The screenDamage test failed on 2")
Exemplo n.º 2
0
	def test_screenDamage3(self):
		self.assertEqual(main.frame(3), 3, "The screenDamage test failed on 3")
Exemplo n.º 3
0
	def test_screenDamage1(self):
		self.assertEqual(main.frame(1), 1, "The screenDamage test failed on 1")
Exemplo n.º 4
0
	def test_frame4(self):
		self.assertEqual(main.frame(4), 4, "The frame test failed on 4")
Exemplo n.º 5
0
	def test_frame3(self):
		self.assertEqual(main.frame(3), 3, "The frame test failed on 3")
Exemplo n.º 6
0
	def test_frame2(self):
		self.assertEqual(main.frame(2), 2, "The frame test failed on 2")
Exemplo n.º 7
0
	def test_frame1(self):
		self.assertEqual(main.frame(1), 1, "The frame test failed on 1")