test_base.py 文件源码

python
阅读 25 收藏 0 点赞 0 评论 0

项目:PolyArchiv 作者: d9pouces 项目源码 文件源码
def assertEqualPaths(self, x, y):
        dircmp = filecmp.dircmp(x, y)
        self.assertEmpty(dircmp.left_only)
        self.assertEmpty(dircmp.right_only)
        self.assertEmpty(dircmp.diff_files)
    #
    # def tearDown(self):
    #     for path in self.temp_data:
    #         if os.path.isdir(path):
    #             shutil.rmtree(path)
    #         elif os.path.exists(path):
    #             os.remove(path)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号