Skip to content

Commit a0d3487

Browse files
committed
Note that Tyche exists
1 parent 1813f61 commit a0d3487

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

hypothesis-python/docs/strategies.rst

+6
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ Or some other custom integration, such as a :ref:`"hypothesis" entry point <entr
5757
Other cool things
5858
-----------------
5959

60+
`Tyche <https://marketplace.visualstudio.com/items?itemName=HarrisonGoldstein.tyche>`__
61+
(`source <https://github.com/tyche-pbt>`__) is a VSCode extension which provides live
62+
insights into your property-based tests, including the distribution of generated inputs
63+
and the resulting code coverage. You can `read the research paper here
64+
<https://harrisongoldste.in/papers/uist23.pdf>`__.
65+
6066
:pypi:`schemathesis` is a tool for testing web applications built with `Open API / Swagger specifications <https://swagger.io/>`_.
6167
It reads the schema and generates test cases which will ensure that the application is compliant with its schema.
6268
The application under test could be written in any language, the only thing you need is a valid API schema in a supported format.

0 commit comments

Comments
 (0)