mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-09 22:25:53 +08:00
Remove a todo that was a duplicate.
This commit is contained in:
@@ -51,8 +51,6 @@ class TestsFunctionAndLambdaParsing(object):
|
|||||||
assert node.is_generator() is expected.get('is_generator', False)
|
assert node.is_generator() is expected.get('is_generator', False)
|
||||||
|
|
||||||
def test_yields(self, node, expected):
|
def test_yields(self, node, expected):
|
||||||
# TODO: There's a comment in the code noting that the current
|
|
||||||
# implementation is incorrect.
|
|
||||||
assert node.is_generator() == expected.get('yields', False)
|
assert node.is_generator() == expected.get('yields', False)
|
||||||
|
|
||||||
def test_annotation(self, node, expected):
|
def test_annotation(self, node, expected):
|
||||||
|
|||||||
Reference in New Issue
Block a user