You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ut_documentation_reporter.after_calling_run.print_failure_for_assert executes self.print_text(' '); for each element.
This means that if a test has 10 expectation checks and only 1 failes the report will contain 9 empty lines.
ut_documentation_reporter.after_calling_run.print_failure_for_assertexecutesself.print_text(' ');for each element.This means that if a test has 10 expectation checks and only 1 failes the report will contain 9 empty lines.