memote.suite.reporting.reports.history module

Render results into pretty HTML.

class memote.suite.reporting.reports.history.HistoryReport(repository, directory, index='time', **kwargs)[source]

Bases: memote.suite.reporting.reports.report.Report

Render a rich report using the git repository history.

render_html()[source]

Render a rich report for the repository.

This is currently a stub while we convert from jinja2 templates to a full Angular based report.