Handy cross-service tools for PCDC projects
python -m venv envsource env/bin/activatepoetry install
Poetry dependency import (pyproject.toml)
pcdcutils = {git = "https://github.com/chicagopcdc/pcdcutils.git", branch = "master"}
pytest tests/test_utils.py
poetry shellpoetry installpoetry update pcdcutils
poetry run pytest tests/test_utils.py