-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Parse fails for triple quotes in assert #19
Labels
type: bug
problem that needs to be addressed
Comments
This was referenced Aug 29, 2017
fkohlgrueber
pushed a commit
to fkohlgrueber/pytest
that referenced
this issue
Oct 27, 2018
blueyed
added a commit
that referenced
this issue
Oct 30, 2019
mgorny
pushed a commit
to mgorny/pytest
that referenced
this issue
May 27, 2023
selecting the browser to use from SELENIUM_BROWSER env var.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Originally reported by: Henrik Vendelbo (BitBucket: thepian, GitHub: thepian)
I have a test run for a PyPy builtin module that asserts a multiline string.
assert text == """
...
""" % info
Running the test fails in this form parsing the test source, but when separating the expected string into a variable avoids the failure.
Failure output:
http://pastebin.com/LuiQjh96
The test:
https://bitbucket.org/thepian/meshed/src/a2ad762bbf05/pypy/module/installation/test/test_execute.py
The text was updated successfully, but these errors were encountered: