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