Skip to content

Setup

  1. create a virtual environment
python -m venv .venv
  1. install requirements + extras
pip install -e .[dev,testing]

Testing

  1. Create new test (file name test_*.py) under /tests

  2. Run pytest in the project root dir

tox -e test