[Pytest]运行指定的case
运行指定的case 当我们写了较多的cases时,如果每次都要全部运行一遍,无疑是很浪费时间的,通过指定case来运行就很方便了。 例子代码: test_aa.py c ...
运行指定的case 当我们写了较多的cases时,如果每次都要全部运行一遍,无疑是很浪费时间的,通过指定case来运行就很方便了。 例子代码: test_aa.py c ...
https://pytest-bdd.readthedocs.io/en/latest/#bdd-library-for-the-py-test-runner BDD library for the ...