diff --git a/test/test_parser_tree.py b/test/test_parser_tree.py index 902b7bf..8d27fd6 100644 --- a/test/test_parser_tree.py +++ b/test/test_parser_tree.py @@ -51,8 +51,6 @@ class TestsFunctionAndLambdaParsing(object): assert node.is_generator() is expected.get('is_generator', False) 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) def test_annotation(self, node, expected):