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

Fix and add additional tests #24

Closed
wants to merge 16 commits into from
Closed

Fix and add additional tests #24

wants to merge 16 commits into from

Conversation

jepler
Copy link

@jepler jepler commented Sep 25, 2022

Fixes:

  • Multiple function decorators
  • Multiple slices (existing failing test)
  • Multiline f-string (existing failing test)
  • try/except/else/finally
  • Annotated assignment
  • Async generators

Add test for:

  • reported problem with double quotes in string (did not reproduce reported problem)

I think this closes #22 by adding tests for all reported cases.
It also closes #21 by explicitly reading README.md in UTF-8 encoding.

@jepler
Copy link
Author

jepler commented Sep 25, 2022

This passes locally, where I tested with 3.9 only. In 2022, what range of python versions do you want to support?

@jepler
Copy link
Author

jepler commented Sep 26, 2022

This is now green on travis in my fork, testing python 2.7 through 3.9.

@jepler
Copy link
Author

jepler commented Oct 29, 2024

Closing this as I'm no longer trying to use astmonkey.

@jepler jepler closed this Oct 29, 2024
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.

source code generation bugs Pip install on Ubuntu 16.04.6 LTS fails
1 participant