CSenshi / Validator

Easy-to-use, Highly Configurable Python Data Validator. Inspired by Laravel Validator
https://pypi.org/project/validator/
MIT License
46 stars 23 forks source link

Test: Size (Numeric Systems) #107

Closed CSenshi closed 4 years ago

CSenshi commented 4 years ago

Size Rule had enhancements over past few commits, we need to test it better and check how it works with other rules.

Need to test with Number System Rules:

All of the tests can be found in tests/rules/test_size.py file

gugatkesheladze commented 4 years ago

i'll do it