cpython/Lib/test/test_future_stmt
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
..
__init__.py
badsyntax_future.py gh-109485: Further improve test_future_stmt tests (#109486) 2023-09-19 14:01:59 +02:00
import_nested_scope_twice.py
nested_scope.py gh-120417: Add #noqa: F401 to tests (#120627) 2024-06-18 15:51:47 +00:00
test_future.py gh-120417: Add #noqa: F401 to tests (#120627) 2024-06-18 15:51:47 +00:00
test_future_flags.py
test_future_multiple_features.py
test_future_multiple_imports.py
test_future_single_import.py