def test_report_to_console(self, error): env_file.report_missing("role", "path") error.assert_called_once_with("role 'path' does not exist")
def test_report_to_console(self, error): # pylint: disable=no-self-use env_file.report_missing("role", "path") error.assert_called_once_with("role 'path' does not exist")