jinja
jinja copied to clipboard
Additional test coverage for async rendering of native type templates
- fixes #1806
Checklist:
- [x] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change.
- [ ] ~~Add or update relevant docs, in the docs folder and in code.~~
- [x] Add an entry in
CHANGES.rstsummarizing the change and linking to the issue. - [ ] ~~Add
.. versionchanged::entries in any relevant code docs.~~ - [x] Run
pre-commithooks and fix any issues. - [x] Run
pytest~~andtox~~, no tests failed.-
PYTHONPATH=src pytest tests/test_nativetypes.py
-