Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 214 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (15 loc) · 214 Bytes

Local Development

python3 -m venv venv
. venv/bin/activate
pip install -e '.[all]'

Running Tests

Install test requirements

pip install -r tests/requirements.txt

Run tests

pytest