Skip to content
tomoh1r edited this page Feb 6, 2021 · 2 revisions

how to test

  1. Create virtualenv.
python3 -m venv --clear venv
  1. Update dependencies.
./venv/bin/python3 -m pip install -U setuptools pip
./venv/bin/python3 -m pip install -e '.[dev]'
  1. Run test.
./venv/bin/python3 -m pytest
Clone this wiki locally