carlbordum / datatyping

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

Improvement/add tests for lists #11

Closed mlevesquedion closed 5 years ago

mlevesquedion commented 5 years ago

I've added a few extra hypothesis tests for lists.

carlbordum commented 5 years ago

I love this!

Can't merge before the tests pass. Thanks to dgarciasarai, hypothesis is installed on travis-ci, so you just need to merge this branch (and pref your other pr too) into upstream master. Let me know, if you need help!

mlevesquedion commented 5 years ago

Cool! Never seen Travis before, looks like a nice tool. I merged master into my branch, from my understanding this should work.

carlbordum commented 5 years ago

Travis is awesome - and free for open source projects!

Thanks for helping improve the project!

/merged/