parent
a3d15b2c60
commit
105ed6dcaa
|
@ -591,9 +591,10 @@ def test_trace_reporting(testdir):
|
||||||
|
|
||||||
@py.test.mark.nodist
|
@py.test.mark.nodist
|
||||||
def test_show_funcarg(testdir, option):
|
def test_show_funcarg(testdir, option):
|
||||||
result = testdir.runpytest(*option._getcmdargs())
|
args = option._getcmdargs() + ["--funcargs"]
|
||||||
|
result = testdir.runpytest(*args)
|
||||||
assert result.stdout.fnmatch_lines([
|
assert result.stdout.fnmatch_lines([
|
||||||
"*tmpdir*",
|
"*tmpdir*",
|
||||||
"*temporary directory*",
|
"*temporary directory*",
|
||||||
]
|
]
|
||||||
])
|
)
|
||||||
|
|
Loading…
Reference in New Issue