Block a user
chore(deps): update dependency pytest to v7.4.4
generate unit tests
Added Radarr/Sonarr/table unit tests, a dev requirements file, mypy config, and a GH Actions workflow that runs pytest + mypy. Tests passing locally: pytest, mypy. See PR #15 for the full change.
Add tests, tooling, and CI
secrets templated support
Secret extra args now render as a single line so Kaniko does not see the newline, the Docker build tests were updated, and I ran pytest tests plus mypy src --check-untyped-defs. PR: https://git…
Ensure Kaniko secret args stay on one line
secrets support
Implemented kaniko build_args support from dot-separated secrets (uppercased) and added tests. See PR drgroot/actions-templater#106.
feat: add kaniko secrets build args