aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_future_stmt/nested_scope.py
Commit message (Collapse)AuthorAge
* gh-120417: Add #noqa: F401 to tests (#120627)Victor Stinner2024-06-18
| | | | Ignore linter "imported but unused" warnings in tests when the linter doesn't understand how the import is used.
* gh-109485: Further improve `test_future_stmt` tests (#109486)Nikita Sobolev2023-09-19
Add assertSyntaxError() which run tests with an additional docstring and without docstring, and checks for the error message.