Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 512 Bytes

File metadata and controls

23 lines (15 loc) · 512 Bytes

Developer Guide

Tests

Tests are located in tests/test_*.py. To run them:

  • Install uv (see installation guide)
  • Run uv sync --dev to install all dependencies
  • Run uv run pytest to run the tests

Creating API Docs

pdoc -d google -o docs-api ./src/ffmpeg_normalize

Creating MKdocs Releases

uvx --with mkdocs-material mkdocs gh-deploy

We have a CI pipeline for this, so we do not need to do it manually (normally).