We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently only contains, regex, equals are available. I propose some additional matchers for numbers:
contains
regex
equals
- number: 12.32 - number: value: 12.23 # Expected number precision: 0.1 # plus minus lt: # less than le: # less or equal bt: # bigger than be: # bigger or equal min: max: - length: 4 - length: min: 4 max: 12
The text was updated successfully, but these errors were encountered:
yves-chevallier
No branches or pull requests
Currently only
contains
,regex
,equals
are available. I propose some additional matchers for numbers:The text was updated successfully, but these errors were encountered: