-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
add --extra-info flag #934
Conversation
this will add line info to test lists, and test descriptions to the long form of the test list
I tested this quickly and I am willing to merge it*, but I found what I would consider a bug in the implementation of If I pass only
|
I decided to make some changes, it is now Also improved the CLI description a bit. |
Sorry, I saw your comment but hadn't had a chance to fix it myself. |
It is quite likely the wrong solution, but we had a discussion with Phil and we are willing to merge this in at least temporarily. Routing list outputs through reporters, so they can format the output accordingly, and introducing verbosity levels would be preferred, but I have no idea when that would make it in. |
I would like to try working on this, but am unsure where to do this. It would probably involve some slight breaking changes, at least to the command line. Should I base this on the |
@BMBurstein A preview of Catch v2 should be released relatively soon, but it being preview means that breaking changes might still get in afterwards. If you want to try your hand at making this change, I think you should base your work on |
…ne instead. (see 616f723 on master for original merge)
this will add line info to test lists, and test descriptions to the long
form of the test list
Related to issue #930