def test_cylength_3(self) :
     a = cyLength(304039)
     self.assert_( a == 58)
 def test_cylength_2(self) :
     a = cyLength(567)
     self.assert_( a == 62)
 def test_cylength_1(self) :
     a = cyLength(6)
     self.assert_( a == 9)
 def test_cylength_3(self):
     a = cyLength(304039)
     self.assert_(a == 58)
 def test_cylength_2(self):
     a = cyLength(567)
     self.assert_(a == 62)
 def test_cylength_1(self):
     a = cyLength(6)
     self.assert_(a == 9)