dentarg / pynik

:tiger: Internet Relay Chat bot
Other
3 stars 2 forks source link

Test with Hypothesis #20

Open dentarg opened 8 years ago

dentarg commented 8 years ago

Hypothesis is very cool, it's QuickCheck for Python.

Hypothesis is a Python library for creating unit tests which are simpler to write and more powerful when run, finding edge cases in your code you wouldn’t have thought to look for. It is stable, powerful and easy to add to any existing test suite.