summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_future_stmt/badsyntax_future.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-109485: Further improve `test_future_stmt` tests (#109486)Nikita Sobolev2023-09-191-0/+3
Add assertSyntaxError() which run tests with an additional docstring and without docstring, and checks for the error message.