Getting started

  1. Assume we're using python3 :)
  2. Create a virtualenv python -m venv <venv directory>
  3. Use the venv source <venv directory>/bin/activate
  4. Install requirements pip install -r requirements.txt
  5. Run the tests python -m unittest Test*py