patchwork icon indicating copy to clipboard operation
patchwork copied to clipboard

Support HTML summaries in test results

Open dlespiau opened this issue 9 years ago • 0 comments

It'd be good to have HTML in test result summaries so we can provide richer content. For instance we could link failing sub-tests to their log output directly or use HTML tables to present a list of test results.

Need to restrict the supported HTML to a sub-set of allowed tags, probably using https://pypi.python.org/pypi/bleach

dlespiau avatar Nov 24 '15 15:11 dlespiau