def testIsCnsPathFalse(self): self.assertFalse(io_wrapper.IsCnsPath('/tmp/foo'))
def testIsCnsPathTrue(self): self.assertTrue(io_wrapper.IsCnsPath('/cns/foo/bar'))