id summary reporter owner description type status priority milestone component version severity resolution keywords cc branch changelog apichanges internalchanges 11635 BetterTwill: Output path to HTML file as followable link Ryan J Ollos Ryan J Ollos "When a twill test fails, we get output such as the following: {{{#!sh ====================================================================== FAIL: runTest (__main__.TestDefaultHandler) Set default handler from the Basic Settings page. ---------------------------------------------------------------------- Traceback (most recent call last): File ""trac/admin/tests/functional.py"", line 133, in runTest tc.find(r'\'', '/home/user/Workspace/tracdev/teo-rjollos.git/testenv/trac/log/TestDefaultHandler.html') }}} I've wondered whether `/home/user/Workspace/tracdev/teo-rjollos.git/testenv/trac/log/TestDefaultHandler.html` can be rendered in the terminal as a followable link for all OSs that we support, or at least for the most widely used ones (`sh` and Windows Command Prompt, at least)." enhancement closed normal 1.0.2 general normal fixed twill functional tests When an HTML page is created due to an exception in the functional test suite, the URL of the file is used in the exception message so the terminal can create a clickable link.