twosigma / twosigma/marbles

HTML Reports

Open
#87 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
155
Forks
22
PR merge metrics
No merged PRs in 30d

Description

Going along with one of the stated goals of marbles

*write richer tests that expose more information on test failure to help you debug failing tests faster*

The audience for reading such test results can be expanded by adding HTML reporting as an option in addition to current stdout reporting.

What I have in mind is something along the lines of report formatting provided by the [HtmlTestRunner](https://github.com/oldani/HtmlTestRunner) project which uses Jinja2 and Bootstrap under the hood.

HTML unittest reports can be saved to disk for historical auditing, or written to /tmp for one time or temporary viewing (default setting).

Basic HTML output screenshot
![unittest_html_report](https://user-images.githubusercontent.com/12663222/42461827-7fe2bca4-836f-11e8-92b3-9dc267a63c2e.png)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.