typeddjango / pytest-mypy-plugins

pytest plugin for testing mypy types, stubs, and plugins
https://pypi.org/project/pytest-mypy-plugins/
MIT License
100 stars 26 forks source link

unescape html characters in templates #109

Closed jakkdl closed 1 year ago

jakkdl commented 1 year ago

Was bothered about not being able to check return values in parametrized tests due to the html escaping going on - also fixed various issues due to black & mypy being updated, as well as added 3.11 to CI and setup.py

Tests have been run in a PR in my fork: https://github.com/jakkdl/pytest-mypy-plugins/pull/1

fixes #110

sobolevn commented 1 year ago

Thanks!

Fix in https://github.com/typeddjango/pytest-mypy-plugins/commit/2459905e935f55846a5936ccbccbe4ae711ab5a0

jakkdl commented 1 year ago

py3.11 support was fixed in 27f6eddd

But the html characters are still escaped in master, so I rebased and modified the PR to be just about fixing #110