예제 #1
0
	def test_1601_nao_eh_bissexto(self):
		self.assertFalse(eh_ano_bissexto(1601))
예제 #2
0
	def test_9093_nao_eh_bissexto(self):
		self.assertFalse(eh_ano_bissexto(9093))
예제 #3
0
	def test_1600_eh_bissexto(self):
		self.assertTrue(eh_ano_bissexto(1600))
예제 #4
0
	def test_1944_eh_bissexto(self):
		self.assertTrue(eh_ano_bissexto(1944))
예제 #5
0
	def test_2011_nao_eh_bissexto(self):
		self.assertFalse(eh_ano_bissexto(2011))
예제 #6
0
	def test_1500_nao_eh_bissexto(self):
		self.assertFalse(eh_ano_bissexto(1500))
예제 #7
0
	def test_1888_eh_bissexto(self):
		self.assertTrue(eh_ano_bissexto(1888))
예제 #8
0
 def test_1601_nao_eh_bissexto(self):
     self.assertFalse(eh_ano_bissexto(1601))
예제 #9
0
	def test_1732_eh_ano_bissexto(self):
		self.assertTrue(eh_ano_bissexto(1732))
예제 #10
0
 def test_9093_nao_eh_bissexto(self):
     self.assertFalse(eh_ano_bissexto(9093))
예제 #11
0
 def test_1600_eh_bissexto(self):
     self.assertTrue(eh_ano_bissexto(1600))
예제 #12
0
 def test_2011_nao_eh_bissexto(self):
     self.assertFalse(eh_ano_bissexto(2011))
예제 #13
0
 def test_1944_eh_bissexto(self):
     self.assertTrue(eh_ano_bissexto(1944))
예제 #14
0
 def test_1888_eh_bissexto(self):
     self.assertTrue(eh_ano_bissexto(1888))
예제 #15
0
 def test_1500_nao_eh_bissexto(self):
     self.assertFalse(eh_ano_bissexto(1500))
예제 #16
0
 def test_1732_eh_ano_bissexto(self):
     self.assertTrue(eh_ano_bissexto(1732))