This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author terry.reedy
Recipients aroberge, hsfzxjy, pablogsal, terry.reedy
Date 2021-02-08.20:30:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1612816251.85.0.11068900613.issue43163@roundup.psfhosted.org>
In-reply-to
Content
test.test_codeop's test_incomplete is incomplete in that it tests several missing-closer single lines, like the above and "[x for x in (", all of which pass, but no corresponding multiple line snippets, like the above. The only multiple line snippets are for compound statements.  As far as I could see, the same is true for test_valid.

Are there similar tests for the REPL?  Are they more complete?  Should not both get the same tests?
History
Date User Action Args
2021-02-08 20:30:51terry.reedysetrecipients: + terry.reedy, aroberge, pablogsal, hsfzxjy
2021-02-08 20:30:51terry.reedysetmessageid: <1612816251.85.0.11068900613.issue43163@roundup.psfhosted.org>
2021-02-08 20:30:51terry.reedylinkissue43163 messages
2021-02-08 20:30:51terry.reedycreate