Skip to content
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 failing test for repeating multi-argument options #140

Merged
merged 2 commits into from Jun 26, 2018
Merged

Add failing test for repeating multi-argument options #140

merged 2 commits into from Jun 26, 2018

Conversation

seanfisk
Copy link
Contributor

Hi @henryiii, I still wasn't able to get #128 working. But I've finally had some time to work on this, so here is a failing test that showcases what I understand to be the proper success and failure behaviors. The success test passes but the ValidationError one does not.

Let me know what you think and thank you for working on this issue!

@henryiii
Copy link
Collaborator

Added a missing app.reset() in your test, and corrected the logic to catch mismatch in typesize and result vector. We'll see if that works!

@codecov
Copy link

codecov bot commented Jun 26, 2018

Codecov Report

Merging #140 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #140   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          12     12           
  Lines        1682   1686    +4     
=====================================
+ Hits         1682   1686    +4
Impacted Files Coverage Δ
include/CLI/Option.hpp 100% <100%> (ø) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4fdf832...f3820f2. Read the comment docs.

@henryiii henryiii merged commit 3cb75b9 into CLIUtils:master Jun 26, 2018
@seanfisk seanfisk deleted the add-repeating-multi-arg-option-test branch June 26, 2018 17:19
@seanfisk
Copy link
Contributor Author

@henryiii Thanks much! That is working as intended now — you're the best!

Sorry, I know I had the app.reset() at one point; don't know how it got removed…

Do you mind if I add a few more tests for related behavior in the future?

@henryiii
Copy link
Collaborator

henryiii commented Jun 26, 2018

I don't think I'd ever refuse more tests! 👍

I might be able to drop the need for app.reset(), parse should reset the app before running, I believe.

Edit: #141.

@henryiii henryiii added this to the v1.6 milestone Jun 28, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants