Undocumented
Function | build_message |
Build mail message text base on report and warnngs and info switch |
Function | format_issues |
Format one block of issues to text with the title |
Function | get_table_cell_color |
Undocumented |
Function | format_summary_ascii_table |
Return a nice string table Author: Thierry Husson - Use it as you want but don't blame me. |
Function | format_summary_html |
Undocumented |
Function | replace |
Multiple replacements helper method. Stolen on the web |
Parameters | results | Undocumented (type: dict ) |
warnings | Undocumented (type: bool ) | |
infos | Undocumented (type: bool ) | |
format | Undocumented (type: str ) | |
nocolor | Undocumented (type: bool ) | |
Returns | Undocumented (type: str ) |
Parameters | title | Undocumented (type: str ) |
issues | Undocumented (type: Sequence[str] ) | |
format | Undocumented (type: str ) | |
apply_br_tab_replace_on_issues | Undocumented (type: bool ) | |
Returns | Undocumented (type: str ) |
Undocumented
Parameters | col | Undocumented (type: str ) |
val | Undocumented (type: str ) | |
ansi | Undocumented (type: bool ) | |
Returns | Undocumented (type: str ) |
Parameters | table | Undocumented (type: List[Dict[str, Any]] ) |
line | Undocumented (type: str ) | |
nocolor | Undocumented (type: bool ) | |
Returns | Undocumented (type: str ) |
Undocumented
Parameters | table | Undocumented (type: List[Dict[str, Any]] ) |
line | Undocumented (type: str ) | |
nocolor | Undocumented (type: bool ) | |
Returns | Undocumented (type: str ) |