#1642 remove print

This commit is contained in:
feuillemorte
2018-01-17 23:14:40 +03:00
parent 86f01967e1
commit 4a18d76160

View File

@@ -283,5 +283,4 @@ def test_rootdir_option_ini_file(testdir):
result = testdir.runpytest()
result.stdout.fnmatch_lines(["*1 passed*"])
result = testdir.runpytest("--rootdir=ignored_argument")
print(result.stdout.str())
result.stdout.fnmatch_lines(["*1 passed*"])