This document details how to setup Cucumber and Hypothesis for Python.
- Python 3
- pip
- Using your preferred method of utilizing pip, run the command
pip install behave. - Follow the steps in Behave's tutorial document. It should give you a good starting baseline.
- Using your preferred method of utilizing pip, run the command
pip install hypothesis. - Follow the steps in Hypothesis's tutorial document. Read starting from the Installing section downwards, and then once at the bottom, go back up to the An example section.