| Issue 5: | Make tests results jump to test code | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Clicking test results should open the test file at the location of the corresponding test. |
|
,
May 16, 2008
This is a tricky one because you only get line information for a test if there is an exception traceback. If you were using Komodo IDE, you could use the code browser information, but this won't work in Edit. Ostensibly you could do something like the sourcetree extension is doing and parse the Python code itself. |
|
| ► Sign in to add a comment |