示例#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))