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

Merged
merged 1 commit into from
Nov 26, 2024

Commits on Aug 3, 2024

  1. Update tests for docstring dedenting in Python 3.13

    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
    mgorny committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    58f7d7f View commit details
    Browse the repository at this point in the history