类属性: pytestmark = [pytest.mark.标签名, pytest.mark.标签名] ,需要注意的是属性名称是固定的. import pytest @pytest.mark.beta # 可以给类打标签 ...
確定! 回上一頁