pytest.mark.skip 可以用于标记某些不想执行的测试用例。 创建 test_04.py 文件,内容如下 # filename:test_04.py import pytest class TestDemo01(): ...
確定! 回上一頁