目录
一、操作步骤
正文
一、操作步骤
(1)安装依赖包argcomplete
sudo pip install 'argcomplete>=0.5.7'
(2)全局激活,对所有的pyhton包生效
sudo
(3)仅对pytest永久生效
register-python-argcomplete pytest >>
(4)仅对pytest当前登录窗口生效一次
eval "$(register-python-argcomplete pytest)"
Pytest自动化测试框架----如何建立bash命令行自动补全
阅读 40
2022-07-27
(1)安装依赖包argcomplete
sudo pip install 'argcomplete>=0.5.7'
(2)全局激活,对所有的pyhton包生效
sudo
(3)仅对pytest永久生效
register-python-argcomplete pytest >>
(4)仅对pytest当前登录窗口生效一次
eval "$(register-python-argcomplete pytest)"
相关推荐
精彩评论(0)