[Pytest-commit] Issue #577: assert rewritereinterp failure with tripple quotes (hpk42/pytest)
Ronny Pfannschmidt
issues-reply at bitbucket.org
Mon Sep 1 23:35:37 CEST 2014
New issue 577: assert rewritereinterp failure with tripple quotes
https://bitbucket.org/hpk42/pytest/issue/577/assert-rewritereinterp-failure-with
Ronny Pfannschmidt:
```
#!python
"""
"""
def test_wtf():
assert 0
"""
"""
a = 1
```
yields a syntaxerror in any assert mode other than plain
More information about the pytest-commit
mailing list