Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Update tests for docstring dedenting in Python 3.13 #202

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mgorny
Copy link
Contributor

@mgorny mgorny commented Aug 3, 2024

Update the get_expected() function to account for the fact that Python 3.13 automatically dedents all the docstrings, and therefore does not require explicitly removing the indent (which effectively removes too much indent).

Fixes #199

Update the `get_expected()` function to account for the fact that
Python 3.13 automatically dedents all the docstrings, and therefore
does not require explicitly removing the indent (which effectively
removes too much indent).

Fixes Knio#199
@coveralls
Copy link

Coverage Status

coverage: 100.0%. remained the same
when pulling 58f7d7f on mgorny:py313-test
into 30da370 on Knio:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Most of test_svg.py fails with Python 3.13, apparently over indentation differences
2 participants