Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 221 Bytes

Contribute.md

File metadata and controls

7 lines (5 loc) · 221 Bytes

Local development

  1. Create a virtual environment and install packages via pip from devrequirements.txt
  2. Add your tests to test_math.py
  3. In the CLI run python -m unittest discover -t ..