Skip to content

Commit

Permalink
#1642 remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
feuillemorte committed Jan 17, 2018
1 parent 86f0196 commit 4a18d76
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testing/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -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*"])

0 comments on commit 4a18d76

Please sign in to comment.