会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
文刀六日
博客园
首页
新随笔
联系
订阅
管理
2021年2月5日
随笔记:fixture的使用
摘要: 1.在pytest框架中fixture类似于脚手架的作用 2.使用:@pytest.maker.fixture
阅读全文
posted @ 2021-02-05 11:27 文刀六日
阅读(74)
评论(0)
推荐(0)
编辑
python随笔:os.path中的realpath\dirname\join的学习
摘要: 1.os.path.realpath(__file__)获取到当前文件的真实地址 2.os.path.dirname(__file__)获取当前文件的目录地址 3.os.path.join()拼接地址
阅读全文
posted @ 2021-02-05 11:25 文刀六日
阅读(190)
评论(0)
推荐(0)
编辑
公告