Menu

#9 Normalise file paths

open
nobody
3
2007-01-17
2007-01-17
Mr N
No

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

Discussion


Log in to post a comment.