Pytest学习(六) - conftest.py结合接口自动化的举例使用 (2)

运行结果:

Pytest学习(六) - conftest.py结合接口自动化的举例使用

四、运行目录下所有用例

示例代码如下:

# -*- coding: utf-8 -*- # @Time : 2020/11/11 23:17 # @Author : longrong.lang # @FileName: run.py # @Software: PyCharm # @Cnblogs :https://www.cnblogs.com/longronglang import pytest if __name__ == '__main__': pytest.main(["-q", "../python-practice/"])

运行结果:

Pytest学习(六) - conftest.py结合接口自动化的举例使用

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/zywdjs.html