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