Renderer
Markdown renderer for pytest-agent-digest.
| FUNCTION | DESCRIPTION |
|---|---|
render_report |
Render a Markdown report from a populated collector. |
Classes¶
Functions¶
render_report
¶
render_report(collector: ReportCollector, verbose: int, tb_style: str) -> str
Render a Markdown report from a populated collector.
| PARAMETER | DESCRIPTION |
|---|---|
collector
|
The populated
TYPE:
|
verbose
|
If
TYPE:
|
tb_style
|
The pytest
TYPE:
|
| RETURNS | DESCRIPTION |
|---|---|
str
|
A Markdown string suitable for Agent consumption. The document always |
str
|
ends with a newline and contains no ANSI escape sequences. |