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

test case to check opt_present() panic for undefined options #51. #68

Merged
merged 2 commits into from May 27, 2018
Merged

test case to check opt_present() panic for undefined options #51. #68

merged 2 commits into from May 27, 2018

Commits on May 21, 2018

  1. test case to check opt_present() panic for undefined options #51.

    At later point, if opt_present() decide to return gracefully with
    false, instead of panic, we can just remove #[should_panic] attribute
    on the test case.
    prataprc committed May 21, 2018
    Copy the full SHA
    c67e00c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. improve test case for #51.

    prataprc committed May 23, 2018
    Copy the full SHA
    dd5db94 View commit details
    Browse the repository at this point in the history