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

Dict comprehensions are not tested at all in test_named_expressions.py #100746

Closed
sobolevn opened this issue Jan 4, 2023 · 1 comment
Closed
Assignees
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@sobolevn
Copy link
Member

sobolevn commented Jan 4, 2023

While working on #100581 I've noticed that we do not test dict comprehensions at all there.

I think that this needs to be improved.
I will add test case for them soon, PR is in the works.

Linked PRs

@sobolevn sobolevn added the type-bug An unexpected behavior, bug, or error label Jan 4, 2023
@sobolevn sobolevn self-assigned this Jan 4, 2023
@iritkatriel iritkatriel added the tests Tests in the Lib/test dir label Nov 26, 2023
sobolevn added a commit to sobolevn/cpython that referenced this issue Mar 13, 2024
sobolevn added a commit to sobolevn/cpython that referenced this issue Mar 13, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Mar 13, 2024
(cherry picked from commit 25684e7)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Mar 13, 2024
(cherry picked from commit 25684e7)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
sobolevn added a commit that referenced this issue Mar 13, 2024
…16747)

gh-100746: Improve `test_named_expressions.py` (GH-116713)
(cherry picked from commit 25684e7)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
vstinner pushed a commit to vstinner/cpython that referenced this issue Mar 20, 2024
adorilson pushed a commit to adorilson/cpython that referenced this issue Mar 25, 2024
diegorusso pushed a commit to diegorusso/cpython that referenced this issue Apr 17, 2024
@hugovk
Copy link
Member

hugovk commented Jun 15, 2024

Triage: the linked PRs are merged/closed, can this be closed?

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-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants