ports/devel/py-hypothesis/pkg/DESCR

5 lines
265 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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.