This is a repository containing the material and exercises for property-based testing workshop in Python using Hypothesis.
The following steps assume that you have Python > 3.10 installed and Poetry.
$ git clone https://github.com/felixminom/hypothesis-workshop.git
$ cd hypothesis-workshop
$ poetry install
$ poetry shell
$ pytest