1
python的魅力插件是否具有setup/teardown功能,比如Python單元測試模塊?python的魅力插件是否有安裝/拆卸設施?
python的魅力插件是否具有setup/teardown功能,比如Python單元測試模塊?python的魅力插件是否有安裝/拆卸設施?
傾城只是添加像測試步驟和測試組特徵/故事的addtitional類別。測試夾具是測試框架的責任,而不是像Allure那樣報告。
有沒有這樣的設施,如setUp
或tearDown
在allure
。 但是你可以使用py.test fixtures來自己實現setUp和tearDown。