mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 05:21:14 +00:00
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