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

ukgovdatascience/testing_for_ds

Repository files navigation

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

About

Software Testing for Data Scientists

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages