-
Notifications
You must be signed in to change notification settings - Fork 16
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
Support 'more than' and 'less than' statements in verify and try to verify is #41
Conversation
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 @vincent-zurczak! I've made the changes, also I changed the tests from testing if |
🚀 |
@peterparser Again, thank you for this contribution. |
Sure, I will update it and put some examples in the |
This PR adds the support for
more than
andless than
keywords inverify
andtry to verify is
statements.When I was implementing some test cases, I found that this two statements could be useful instead of parsing the data from the kubectl output and do the comparison in a bash fashion.
In case some other changes are needed, please, let me know.