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

Missing test cases on number rules #97

Closed CSenshi closed 4 years ago

CSenshi commented 4 years ago

We need more tests on following 3 rules: Hex, Bin, Octal.

Anyone willing to contribute, please add one more function test in each of these rules' test files and check them on negative numbers, for example: -0x3A should be valid hex representation.

gugatkesheladze commented 4 years ago

i'll do it