#Usage - the same as usual
Virtualenv:
python3 -m venv .venv
NOTE: run in a separated console and not in background to see the logs
./start.sh
NOTE: activate the virtual environment 1rst
source .venv/bin/activate
Load the mappings
inv setup-static-mappings
python -m pytest -v
using pytest-parallel
pytest --workers auto
or
pytest --tests-per-worker 1