summaryrefslogtreecommitdiff
path: root/devel/py-hypothesis/pkg-descr
blob: 0c8c4b9c8ae82dbc51a96c850bb35457761b8a4a (plain) (blame)
1
2
3
4
Hypothesis is an advanced testing library for Python. It lets you write tests
which are parametrized by a source of examples, and then generates simple and
comprehensible examples that make your tests fail. This lets you find more bugs
in your code with less work.