We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
test_future_stmt
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Based on the review of @vstinner in #109368 (review)
I propose to:
badsyntax_future
I have a PR ready :)
The text was updated successfully, but these errors were encountered:
pythongh-109485: Further improve test_future_stmt tests
fe8d76c
gh-109485: Further improve test_future_stmt tests (#109486)
94c95d4
Add assertSyntaxError() which run tests with an additional docstring and without docstring, and checks for the error message.
pythongh-109485: Further improve test_future_stmt tests (python#109486
7921882
) Add assertSyntaxError() which run tests with an additional docstring and without docstring, and checks for the error message.
sobolevn
No branches or pull requests
Bug report
Based on the review of @vstinner in #109368 (review)
I propose to:
badsyntax_future
files with regular code samples, so we can more easily manage themI have a PR ready :)
Linked PRs
test_future_stmt
tests #109486The text was updated successfully, but these errors were encountered: