Lines Matching full:path
18 dirs = [(d, os.path.join(pkg_dir, d))22 for name, path in dirs:23 os.mkdir(path)24 setattr(cmd, name, path)28 self.write_file(os.path.join(path, f))36 for name, path in dirs:37 self.assertFalse(os.path.exists(path),38 '%s was not removed' % path)