mirror of
https://github.com/askama-rs/askama.git
synced 2025-12-30 05:12:03 +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