Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 308 Bytes

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