This repository contains examples which help you learn and understand property based testing in Python using the Hypothesis package
The code has been fully tested on the below versions
🐍 Python 3.12.1
🧪 Pytest 7.4.0
🎭 Hypothesis 6.98.4
Pytest automatically detects all the tests written in the tests
folder and that follow the naming convention test_<filname>.py
.
Use the command pytest -v
to execute the current tests.