class documentation

class FunctionalTestReporter(BaseReporter): (source)

View In Hierarchy

Undocumented

Method display_reports Ignore layouts and don't call self._display().
Method _display Display the layout.

Inherited from BaseReporter:

Method __init__ Undocumented
Method display_messages Hook for displaying the messages of the reporter.
Method handle_message Handle a new message triggered on the current file.
Method on_close Hook called when a module finished analyzing.
Method on_set_current_module Hook called when a module starts to be analysed.
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 messages Undocumented
Instance Variable out Undocumented
Instance Variable path_strip_prefix Undocumented
Instance Variable section Undocumented
def display_reports(self, layout: Section): (source)

Ignore layouts and don't call self._display().

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

Display the layout.