For talks, presentations, workshops, demos.
python3 -m venv .venv
source .venv/bin/activate
pip install pip --upgrade
pip install -e ".[dev]"
Install uv.
Run
uv sync
uv venv
Test with
uv run pytest --doctest-modules src --cov src --cov-report=html
Or without coverage
uv run pytest --doctest-modules src
-
doctest
-
mutation tests with
mutmut
-
venv
and differences betweenconda env
andvenv
-
presentations: