We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a53157c commit ce62711Copy full SHA for ce62711
docs/test/hypothesis.rst
@@ -1,8 +1,9 @@
1
Hypothesis
2
==========
3
4
-`Hypothesis <https://hypothesis.readthedocs.io/>`_ is a library that allows you
5
-to write tests that are :term:`parameterised <Parameter>` from a source of
+`Hypothesis <https://hypothesis.readthedocs.io/>`_ is a library for `property
+testing <https://en.wikipedia.org/wiki/Software_testing#Property_testing>`_ that
6
+allows you to write :term:`parameterised <Parameter>` tests from a source of
7
examples. It then generates simple and understandable examples that can be used
8
to make your tests fail and find bugs with little effort.
9
0 commit comments