We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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: Michał Bartoszkiewicz (BitBucket: embe, GitHub: embe)
This code:
#!python def test_rewrite(): f = lambda: False assert f() and f()
causes
UnboundLocalError: local variable '@py_assert6' referenced before assignment
when run with assertion rewriting.
The text was updated successfully, but these errors were encountered:
Original comment by Benjamin Peterson (BitBucket: gutworth, GitHub: gutworth):
every boolop operand must have it's own format context (fixes #69)
Sorry, something went wrong.
Merge pull request pytest-dev#69 from Daenyth/postgres-fixture
f0dcb42
Add Postgres fixture
No branches or pull requests
Originally reported by: Michał Bartoszkiewicz (BitBucket: embe, GitHub: embe)
This code:
causes
when run with assertion rewriting.
The text was updated successfully, but these errors were encountered: