Skip to content

Implement TODO in test_ast.py #102797

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

Closed
Eclips4 opened this issue Mar 17, 2023 · 1 comment · Fixed by #102798
Closed

Implement TODO in test_ast.py #102797

Eclips4 opened this issue Mar 17, 2023 · 1 comment · Fixed by #102798
Labels
tests Tests in the Lib/test dir type-feature A feature request or enhancement

Comments

@Eclips4
Copy link
Member

Eclips4 commented Mar 17, 2023

In test_ast.py we have a old TODO:

# TODO: expr_context, slice, boolop, operator, unaryop, cmpop, comprehension
# excepthandler, arguments, keywords, alias

How I understand, it says about code snippets in exec_tests and eval_tests.
So, I've decide to improve it.

Linked PRs

@Eclips4 Eclips4 added the type-feature A feature request or enhancement label Mar 17, 2023
@arhadthedev arhadthedev added the tests Tests in the Lib/test dir label Mar 23, 2023
vstinner pushed a commit that referenced this issue Jun 19, 2024
Co-authored-by: Terry Jan Reedy <[email protected]>
Co-authored-by: Nineteendo <[email protected]>
@vstinner
Copy link
Member

Fixed by b8fb369.

mrahtz pushed a commit to mrahtz/cpython that referenced this issue Jun 30, 2024
noahbkim pushed a commit to hudson-trading/cpython that referenced this issue Jul 11, 2024
estyxx pushed a commit to estyxx/cpython that referenced this issue Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-feature A feature request or enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants