Setup
- create a virtual environment
python -m venv .venv
- install requirements + extras
pip install -e .[dev,testing]
Testing
-
Create new test (file name test_*.py) under /tests
-
Run pytest in the project root dir
tox -e test
python -m venv .venv
pip install -e .[dev,testing]
Create new test (file name test_*.py) under /tests
Run pytest in the project root dir
tox -e test