首页 > 其他分享 >pytest 获取帮助信息

pytest 获取帮助信息

时间:2023-03-19 19:55:41浏览次数:34  
标签:帮助 查看 -- 获取 pytest PycharmProjects fixtures djangotest

 

查看帮忙信息

F:\PycharmProjects\djangotest>pytest --h

查看版本号

F:\PycharmProjects\djangotest>pytest --version

查看mark相关功能

F:\PycharmProjects\djangotest>pytest --markers

例如,结果如下:

 

 

 

 

查看fixtures相关功能

F:\PycharmProjects\djangotest>pytest --fixtures

  

标签:帮助,查看,--,获取,pytest,PycharmProjects,fixtures,djangotest
From: https://www.cnblogs.com/docstrange/p/17233961.html

相关文章