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 tests for override flag (PRC) #4

Merged
merged 2 commits into from
Mar 30, 2017
Merged

Conversation

jjatria
Copy link

@jjatria jjatria commented Mar 30, 2017

The override flag was not being tested in the smoke tests. This PR adds tests for setting explicitly to either a true or a false value.

Included in this pull request there is a commit that changes the tests using ok() into tests using is(). Since the tests were manually doing the check between expected and actual values, and since Test::More was already being used, I thought this would be preferable.

This PR is part of the Pull Request Challenge.

Tests used ok(), but were manually checking expected and actual values.
Since this is something done automatically by is(), which is already
included by using Test::More, using is() is preferable.
@mschout mschout merged commit decd07f into mschout:master Mar 30, 2017
@mschout
Copy link
Owner

mschout commented Mar 30, 2017

Merged, thanks!

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.

2 participants