Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gh-120417: Add #noqa: F401 to tests (#120627) | Victor Stinner | 2024-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 Sobolev | 2023-09-19 |
Add assertSyntaxError() which run tests with an additional docstring and without docstring, and checks for the error message. |