#1642 remove print
This commit is contained in:
parent
86f01967e1
commit
4a18d76160
|
@ -283,5 +283,4 @@ def test_rootdir_option_ini_file(testdir):
|
||||||
result = testdir.runpytest()
|
result = testdir.runpytest()
|
||||||
result.stdout.fnmatch_lines(["*1 passed*"])
|
result.stdout.fnmatch_lines(["*1 passed*"])
|
||||||
result = testdir.runpytest("--rootdir=ignored_argument")
|
result = testdir.runpytest("--rootdir=ignored_argument")
|
||||||
print(result.stdout.str())
|
|
||||||
result.stdout.fnmatch_lines(["*1 passed*"])
|
result.stdout.fnmatch_lines(["*1 passed*"])
|
||||||
|
|
Loading…
Reference in New Issue