-
Notifications
You must be signed in to change notification settings - Fork 4
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 more tests for the argument parsing. #270
Conversation
Easy to add some simple tests of argparsing functionality.
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## main #270 +/- ##
==========================================
+ Coverage 47.56% 48.09% +0.52%
==========================================
Files 63 63
Lines 7804 7804
==========================================
+ Hits 3712 3753 +41
+ Misses 4092 4051 -41 ☔ View full report in Codecov by Sentry. |
4679ff1
to
c36ba7d
Compare
[](const std::string &s) { return s.c_str(); }); | ||
return arr; | ||
} | ||
// TODO: check with Will that this doesn't shadow the implementation |
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 am still not super in-the-lingo; but if you're worried that the executable is meant to do this conversion itself, it doesn't.
An easy train ride and TI planning background task: add some simple tests of arg-parsing functionality.
Not a high priority to review. (Although should be relatively quick.)
Also, and this is not normally good practice, fix a totally unrelated typo