예제 #1
0
파일: test_fs.py 프로젝트: dbentley/pants
 def pg(self, *pathglobs):
     return PathGlobs(pathglobs)
예제 #2
0
 def assert_pg_equals(self, ftype, pathglobs, relative_to, filespecs):
   self.assertEquals(PathGlobs(ftype, tuple(pathglobs)), PathGlobs.create_from_specs(ftype, relative_to, filespecs))