def testPathType(self):
     for case in self.localPaths:
         pathType = PathParser.getPathType(case['path'])
         self.assertTrue(pathType, 'local')
     for case in self.emPaths:
         pathType = PathParser.getPathType(case['path'])
         self.assertTrue(pathType, 'em')