Exemplo n.º 1
0
 def testStripGood(self):
     '''check that the strip function can
     convert a number back into an IP'''
     self.assertEqual(
         IpUtil.strip(
             3232236035L),
         '192.168.2.3')