Software testing for data scientists Code samples to accompany presentation Setup mkvirtualenv testing_for_ds --python=`which python3` mkdir testing_for_ds git clone <this-repo> cd testing_for_ds pip install -r requirements.txt Running tests e.g. pytest test_simple.py