cp.py 文件源码

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

项目:qsctl 作者: yunify 项目源码 文件源码
def step_impl(context):
    output = sh.ls("tmp").stdout.decode("utf-8")
    ok = True
    for row in context.table:
        if row["name"] not in output:
            ok = False
            break
    assert_that(ok).is_equal_to(True)

    sh.rm("-rf", "tmp")

    for row in context.table:
        bucket.delete_object(row["name"])
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号