Skip to content

Commit ce62711

Browse files
committed
Add Property testing as type of the hypothesis lib
1 parent a53157c commit ce62711

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/test/hypothesis.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Hypothesis
22
==========
33

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
4+
`Hypothesis <https://hypothesis.readthedocs.io/>`_ is a library for `property
5+
testing <https://en.wikipedia.org/wiki/Software_testing#Property_testing>`_ that
6+
allows you to write :term:`parameterised <Parameter>` tests from a source of
67
examples. It then generates simple and understandable examples that can be used
78
to make your tests fail and find bugs with little effort.
89

0 commit comments

Comments
 (0)