Skip to content

Improve output of failed tests

Yorick Peterse requested to merge improve-failed-test-output into master

Test group and test names are now displayed separately, an additional line is added to show the location on which the test is defined, and all output is now left aligned with the corresponding labels. This makes it easier to read the output whenever there are test failures.

Merge request reports