Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

unescape html characters in templates #109

Closed
wants to merge 1 commit into from

Conversation

jakkdl
Copy link

@jakkdl jakkdl commented Mar 27, 2023

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: jakkdl#1

fixes #110

@sobolevn
Copy link
Member

sobolevn commented May 4, 2023

Thanks!

Fix in 2459905

@sobolevn sobolevn closed this May 4, 2023
@jakkdl
Copy link
Author

jakkdl commented May 5, 2023

py3.11 support was fixed in 27f6edd

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

@jakkdl jakkdl changed the title unescape html characters in templates, hide error codes so tests work, support py3.11 unescape html characters in templates~~, hide error codes so tests work, support py3.11~~ May 5, 2023
@jakkdl jakkdl changed the title unescape html characters in templates~~, hide error codes so tests work, support py3.11~~ unescape html characters in templates May 5, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

greater-than # parametrized values (to check function return values)
2 participants