Skip to content

assert rewritereinterp failure with tripple quotes #577

New issue

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

Closed
pytestbot opened this issue Sep 1, 2014 · 1 comment
Closed

assert rewritereinterp failure with tripple quotes #577

pytestbot opened this issue Sep 1, 2014 · 1 comment
Labels
type: bug problem that needs to be addressed

Comments

@pytestbot
Copy link
Contributor

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


@pytestbot pytestbot added the type: bug problem that needs to be addressed label Jun 15, 2015
@The-Compiler
Copy link
Member

I can't reproduce this anymore with recent pylib/pytest versions, so I assume this has been fixed by the recent pylib changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug problem that needs to be addressed
Projects
None yet
Development

No branches or pull requests

2 participants