-
Notifications
You must be signed in to change notification settings - Fork 160
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 discoverability of "rewriteToFile" option in "Test" #3360
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3360 +/- ##
===========================================
- Coverage 85.15% 69.23% -15.93%
===========================================
Files 697 633 -64
Lines 344057 305908 -38149
===========================================
- Hits 292976 211782 -81194
- Misses 51081 94126 +43045
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm happy with the changes, thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looking good now...
... except that a test fails, because that test involves some line numbers in test.gi, which now are changed by your nice PR... sigh.
You can resolve this by changing into the tst/testspecial
subdirectory, then run ./regenerate_tests.sh
-- this should update the relevant file, and you can simply add (amend) it to your commit.
@AnnaKDS alternatively, I can also fix up this PR for you, but I did not want to do this "behind your back". Let me know what you prefer. |
Thank you for the help. I commited the relevant file and hopefully, the tests will go through now. |
Thank you! |
Fixes #3345