运行pytest的基础知识 

test session start:一段会话就是pytest的一次调用,他可能包括多个目录下被执行的测试用例

rootdir(当前起始目录):是pytest搜索测试代码最常使用的目录

configfile/inifile:当前框架配置文件

testpaths:指定pytest命令搜索路径

相关文章:

  • 2021-09-10
  • 2021-08-02
  • 2022-01-01
  • 2021-08-13
  • 2021-11-15
  • 2021-07-13
  • 2022-12-23
  • 2021-09-20
猜你喜欢
  • 2021-07-16
  • 2021-06-08
  • 2022-01-05
  • 2021-10-15
  • 2022-02-07
  • 2021-12-06
相关资源
相似解决方案