摘要: 1.在pytest框架中fixture类似于脚手架的作用 2.使用:@pytest.maker.fixture 阅读全文
posted @ 2021-02-05 11:27 文刀六日 阅读(74) 评论(0) 推荐(0) 编辑
摘要: 1.os.path.realpath(__file__)获取到当前文件的真实地址 2.os.path.dirname(__file__)获取当前文件的目录地址 3.os.path.join()拼接地址 阅读全文
posted @ 2021-02-05 11:25 文刀六日 阅读(190) 评论(0) 推荐(0) 编辑