gpt4 book ai didi

python - 测试后如何启动脚本?

转载 作者:行者123 更新时间:2023-12-01 00:33:55 27 4
gpt4 key购买 nike

我有任何使用 pytest.fixture 的方法 - 在测试前自动启动,我需要更改它并在测试后启动,我如何更改它?或者我应该添加任何选项?

@pytest.fixture(autouse=True, scope="session")
def beforescript(self):
Test.startScriptTest()

感谢您的回答!

最佳答案

@pytest.fixture(autouse=True, scope="session"))
def after_test(self):
yield
Test.afterTestScript()

这可能对您有用,它应该在测试之前开始,yield,并且仅在测试完成后继续

关于python - 测试后如何启动脚本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57955203/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com