Tests are located in tests/test_*.py. To run them:
- Install
uv(see installation guide) - Run
uv sync --devto install all dependencies - Run
uv run pytestto run the tests
pdoc -d google -o docs-api ./src/ffmpeg_normalizeuvx --with mkdocs-material mkdocs gh-deployWe have a CI pipeline for this, so we do not need to do it manually (normally).