-
Notifications
You must be signed in to change notification settings - Fork 12
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
Improve Output Format for Failing Tests in Maxitest #73
Comments
|
the binstub is not needed. We could just do a My concern is that you have that part of code vendored with do no modify warning |
should not be an issue, https://github.com/grosser/maxitest/blob/master/Rakefile#L16 this modifies the vendored code |
#74 -> 5.8.0 |
Thanks |
When running Maxitest, the current output format for failing tests looks like this:
It would be more helpful if the output included the full command to re-run the test, like so:
Focus on failing tests: bin/rails test test/controllers/interna_test.rb:41
This would make it easier to quickly re-run failing tests without manually modifying the command.
The text was updated successfully, but these errors were encountered: