carlbordum / datatyping

Pythonic type checking
http://datatyping.readthedocs.io
MIT License
35 stars 4 forks source link

Use "hypothesis" framework on more tests #13

Closed carlbordum closed 5 years ago

carlbordum commented 5 years ago

Thanks to mlevesquedion, we can now convert more tests to use hypothesis.

See: https://hypothesis.readthedocs.io/en/latest/ https://github.com/carlbordum/datatyping/pull/11/files

illright commented 5 years ago

I'll work on this