jenkins +pytest+allure,1.pytest测试代码import pytestimport allureclass Test_ABC: @pytest.fixture() def before(self): print("------->before") ...
確定! 回上一頁