Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clickable link to test location in failure report #47

Open
apjanke opened this issue Mar 19, 2019 · 0 comments
Open

Clickable link to test location in failure report #47

apjanke opened this issue Mar 19, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@apjanke
Copy link
Owner

apjanke commented Mar 19, 2019

It would be cool if, in the report output that listed test failures, it had a clickable link that would open the tested file in the editor and take you to the position of the failed test.

Doing this will probably take:

  • Tracking the file path and source file line number in BistBlock
  • Tracking individual errors in test2 and tying them to the failed BistBlocks
  • A detailed output form that listed each individual test block failure
  • Whatever formatting magic is used to make clickable links in the Octave Command Window
  • A test to see if we’re connected to the Command Window. This prob needs to go beyond isatty(), bc the CLI version of Octave doesn’t support this.
@apjanke apjanke added the enhancement New feature or request label Mar 19, 2019
@apjanke apjanke added this to the The Future milestone Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant