-
-
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
pytester plugin is no longer rewritten #1920
Labels
type: regression
indicates a problem that was introduced in a release which was working previously
Milestone
Comments
RonnyPfannschmidt
added
the
type: regression
indicates a problem that was introduced in a release which was working previously
label
Sep 7, 2016
@nicoddemus isnt that one fixed by the handling of pytest_plugins you added ? |
Strange, it is still not working as of pytest_plugins = ['pytester']
def test(testdir):
testdir.makepyfile('def test(): assert 0')
r = testdir.inline_run()
r.assertoutcome(passed=1) And doesn't print any warnings either... |
nicoddemus
added a commit
to nicoddemus/pytest
that referenced
this issue
Jan 19, 2017
RonnyPfannschmidt
added a commit
that referenced
this issue
Jan 20, 2017
Assert statements of the pytester plugin again benefit from assertion rewriting fixes #1920
This was referenced Jan 22, 2017
This was referenced Feb 21, 2018
This was referenced Mar 5, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
type: regression
indicates a problem that was introduced in a release which was working previously
The text was updated successfully, but these errors were encountered: