使用 pytest-repeat 重複跑一個測試類 10 次,為什麼 setup_class () 和 teardown_class () 只執行了一次?

lvxy發表於2020-06-04

執行命令為

pytest --count=10 --repeat-scope=session --alluredir==xxxx -m VideoConference xxxx

相關文章