#1642 remove print

This commit is contained in:
feuillemorte 2018-01-17 23:14:40 +03:00
parent 86f01967e1
commit 4a18d76160
1 changed files with 0 additions and 1 deletions

View File

@ -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*"])