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