From 4a18d7616078fa4a0c99b67501ac5e041faf5f21 Mon Sep 17 00:00:00 2001 From: feuillemorte Date: Wed, 17 Jan 2018 23:14:40 +0300 Subject: [PATCH] #1642 remove print --- testing/test_session.py | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/test_session.py b/testing/test_session.py index a8c5a408d..732a3af06 100644 --- a/testing/test_session.py +++ b/testing/test_session.py @@ -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*"])