summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_future_stmt/test_future.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-133581: Improve AST unparsing of t-strings (#133635)Jelle Zijlstra2025-05-081-0/+5
|
* gh-126139: Improve error message location for future statement with unknown ↵Brian Schubert2024-10-291-4/+4
| | | | feature (#126140)
* gh-120417: Add #noqa: F401 to tests (#120627)Victor Stinner2024-06-181-4/+4
| | | | Ignore linter "imported but unused" warnings in tests when the linter doesn't understand how the import is used.
* gh-116860: Remove outdated `test_parserhack` from `test_future` (#116861)Nikita Sobolev2024-05-281-20/+0
|
* gh-118216: Don't consider dotted `__future__` imports (#118267)Crowthebird2024-05-021-0/+19
|
* gh-109485: Further improve `test_future_stmt` tests (#109486)Nikita Sobolev2023-09-191-42/+106
| | | | Add assertSyntaxError() which run tests with an additional docstring and without docstring, and checks for the error message.
* gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)Nikita Sobolev2023-09-151-0/+460