pytest-dev/pytest-html

Is it possible to generate a pytest HTML report on a timeout?

Open

#184 opened on Nov 19, 2018

 (1 comment) (1 reaction) (0 assignees)Python (253 forks)github user discovery
enhancementhelp wantedquestion

Repository metrics

Stars
 (770 stars)
PR merge metrics
 (Avg merge 8h 28m) (9 merged PRs in 30d)

Description

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.

Contributor guide