コード例 #1
0
 def testIsCnsPathFalse(self):
     self.assertFalse(io_wrapper.IsCnsPath('/tmp/foo'))
コード例 #2
0
 def testIsCnsPathTrue(self):
     self.assertTrue(io_wrapper.IsCnsPath('/cns/foo/bar'))