I wanted to try out how to do Property Based Testing using hypothesis, with mamba as the test runner and expects as the assertions library
Using virtualenv and Python 3 (tested on Python 3.7.7):
mkvirtualenv -p $(which python3) property_based_testing_poc
and then run
pip install -r requirements.txt
mamba specs