-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Environment
- Python version: 3.10.6
- PyKwalify version: 1.8.0 (but still in master)
Steps to Reproduce
- Look at lines https://github.com/Grokzen/pykwalify/blob/master/pykwalify/core.py#L892 and https://github.com/Grokzen/pykwalify/blob/master/pykwalify/core.py#L910
- Realize that the wording should be "less than"/"less than or equal to" rather than "greater than" for violations of
min
andmin-ex
, and "greater than or equal to" for "max ex".
Expected Behavior
- I expect to error messages to be correct.
Observed Behavior
- They include "greater than" for
min
andmin-ex
violations, while this is actually expected behaviour 🙂.
Metadata
Metadata
Assignees
Labels
No labels