maite.testing.pyright.list_error_messages#

maite.testing.pyright.list_error_messages(results)[source]#

A convenience function that returns a list of error messages reported by pyright.

Parameters:
resultsPyrightOutput

The results of pyright_analyze.

Returns:
list[str]

A list of error messages.