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