askama/testing/jinja2-assumptions

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