pytest-dev/pytest-html
Is it possible to generate a pytest HTML report on a timeout?
開放
#184 建立於 2018年11月19日
enhancementhelp wantedquestion
倉庫指標
- 星標
- (770 顆星)
- PR 合併指標
- (平均合併 8小時 28分鐘) (30 天內合併 9 個 PR)
描述
I want to combine pytest-html and pytest-timeout. I'm operating on Windows, so I have to use the thread-method of timing out from pytest-timeout, which causes a full-stop to all testing. I want an html from pytest-html to be generated in this instance, but was unsure of the plausibility of this from hierarchy issues with the interrupt.