2025-03-11 19:31:06 +01:00

232 B

This folder contains tests to ensure that askama works the same as Jinja2.

Ensure that uv is installed: https://docs.astral.sh/uv/#getting-started, then execute:

./test.sh

# OR

uv sync && uv run pytest --verbose