Skip to content

Output test locations with supporting compilers

Jan Jurzitza requested to merge WebFreak001/silly:add-locations into master

This adds [filename:line:column] as suffix to the test result lines in verbose mode

Example:

 ✓ verbose 3 (250.071 ms) [verbose/verbose.d:17:1]

This is hugely helpful with integration into IDEs

Merge request reports