Coverage for /home/delusionalinsanity/bbrepos/matyan/src/matyan/renderers/rest.py : 95%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
'RestructuredTextRenderer', )
"\n{}\n{}".format( release_label, "-" * len(release_label) ) )
"\n{}\n{}{}".format( branch_type_label, "~" * len(branch_type_label), '\n' if branch_type == BRANCH_TYPE_OTHER else '' ) )
"\n{}\n{}".format( ticket_title_label, "^" * len(ticket_title_label) ) )
self.changelog.append( "\n.. code-block: text\n\n{}".format( indent(ticket_description.strip(), " ") ) )
commit_data: Dict[str, str], branch_type: str, counter: int = 0): "{}- {} [{}]".format( ( '\n' if counter == 0 and branch_type != BRANCH_TYPE_OTHER else '' ), commit_data['title'], commit_data['author'] ) ) |