Exemplo n.º 1
0
 def test3(self):
     self.assertEqual(fixsln.isrunyear(2015), False)
Exemplo n.º 2
0
 def test4(self):
     self.assertEqual(fixsln.isrunyear(2016), True)
Exemplo n.º 3
0
 def test1(self):
     self.assertEqual(fixsln.isrunyear(2000), True)