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 (Collections) #108

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 Collection Rules:

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

tkech17 commented 4 years ago

i'll do it