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


_______________________________________________
pytest-commit mailing list
pytest-commit@python.org
https://mail.python.org/mailman/listinfo/pytest-commit

Reply via email to