Console output for failed tests
Open
enhancement
- Dominant language
- Python
- Stars
- 226
- Forks
- 77
- Avg merge
- 3h 53m
- Merged PRs (30d)
- 2
Description
This seems like a great tool, but lacking a key feature for me:
The normal test runner outputs to the console in a format that can be parsed by IDEs, allowing you to jump right to the line where you have an error (failed assertion or exception). For example, in Emacs:
http://lukeplant.me.uk/uploads/Screenshot_from_2014-03-31_20_29_37.png
If there was an option for cricket to dump the same output stdout when it ran tests (as they failed - not waiting for the end), this would allow it to be a fantastic drop-in replacement for the normal test runner that keeps the best of both worlds.
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.