Normalise file paths
Status: Beta
Brought to you by:
el_mrn
If I consider this output:
BEGIN SNIPPET
$ ./test
"/home/aristid/coding/mylittlemoney/trunk/test.cpp"/account_tree : ......
6 tests, 6 succeeded, 0 failed.
END SNIPPET
I notice that the file path takes up a major portion of the screen space. This is confusing and leads to slower understanding.
Maybe Test soon could normalise file paths in some way? So the output would be instead:
BEGIN SNIPPET
"test.cpp"/account_tree : ......
6 tests, 6 succeeded, 0 failed.
END SNIPPET