cpython/Lib/test/test_future_stmt
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
..
__init__.py
badsyntax_future.py
import_nested_scope_twice.py
nested_scope.py
test_future.py
test_future_flags.py
test_future_multiple_features.py
test_future_multiple_imports.py
test_future_single_import.py