Victor Stinner
|
e9f4d80fa6
|
gh-120417: Add #noqa: F401 to tests (#120627)
Ignore linter "imported but unused" warnings in tests when the linter
doesn't understand how the import is used.
|
2024-06-18 15:51:47 +00:00 |
Nikita Sobolev
|
669175bf8e
|
gh-116860: Remove outdated `test_parserhack` from `test_future` (#116861)
|
2024-05-28 09:16:52 +00:00 |
Crowthebird
|
7c97dc8c95
|
gh-118216: Don't consider dotted `__future__` imports (#118267)
|
2024-05-02 06:32:20 -07:00 |
Nikita Sobolev
|
94c95d42a3
|
gh-109485: Further improve `test_future_stmt` tests (#109486)
Add assertSyntaxError() which run tests with an additional docstring
and without docstring, and checks for the error message.
|
2023-09-19 14:01:59 +02:00 |
Nikita Sobolev
|
82505dc351
|
gh-108303: Move `test_future` into its own test_future_stmt subdir (#109368)
|
2023-09-15 09:52:24 +02:00 |