We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Originally reported by: Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt)
#!python """ """ def test_wtf(): assert 0 """ """ a = 1
yields a syntaxerror in any assert mode other than plain
The text was updated successfully, but these errors were encountered:
I can't reproduce this anymore with recent pylib/pytest versions, so I assume this has been fixed by the recent pylib changes.
Sorry, something went wrong.
Link to Bugbear's documentation (pytest-dev#577)
85eeea1
No branches or pull requests
Originally reported by: Ronny Pfannschmidt (BitBucket: RonnyPfannschmidt, GitHub: RonnyPfannschmidt)
yields a syntaxerror in any assert mode other than plain
The text was updated successfully, but these errors were encountered: