fix test to account for earlier capfd skipping (on jython)
--HG-- branch : trunk
This commit is contained in:
parent
e71685736e
commit
1a97c59439
|
@ -358,7 +358,7 @@ class TestCaptureFuncarg:
|
||||||
|
|
||||||
def test_partial_setup_failure(self, testdir):
|
def test_partial_setup_failure(self, testdir):
|
||||||
p = testdir.makepyfile("""
|
p = testdir.makepyfile("""
|
||||||
def test_hello(capfd, missingarg):
|
def test_hello(capsys, missingarg):
|
||||||
pass
|
pass
|
||||||
""")
|
""")
|
||||||
result = testdir.runpytest(p)
|
result = testdir.runpytest(p)
|
||||||
|
|
Loading…
Reference in New Issue