Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: cache the jinja bytecode between unit tests
The jinja templates are compiled once per test session instead of once per test, using jinja cache system and a pytest fixture. https://jinja.palletsprojects.com/en/3.1.x/api/#jinja2.FileSystemBytecodeCache
- Loading branch information