Dict comprehensions are not tested at all in test_named_expressions.py
#100746
Labels
type-bug
An unexpected behavior, bug, or error
test_named_expressions.py
#100746
sobolevn commentedJan 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.
The text was updated successfully, but these errors were encountered: