class documentation

class MinimalTestReporter(BaseReporter): (source)

View In Hierarchy

Undocumented

Method on_set_current_module Hook called when a module starts to be analysed.
Instance Variable messages Undocumented
Method _display Display the layout.

Inherited from BaseReporter:

Method __init__ Undocumented
Method display_messages Hook for displaying the messages of the reporter.
Method display_reports Display results encapsulated in the layout tree.
Method handle_message Handle a new message triggered on the current file.
Method on_close Hook called when a module finished analyzing.
Method set_output Set output stream.
Method writeln Write a line in the output buffer.
Class Variable extension Undocumented
Class Variable name Name of the reporter.
Instance Variable linter Undocumented
Instance Variable out Undocumented
Instance Variable path_strip_prefix Undocumented
Instance Variable section Undocumented
def on_set_current_module(self, module: str, filepath: str|None): (source)

Hook called when a module starts to be analysed.

def _display(self, layout: Section): (source)

Display the layout.