From b08e156b7943db70a94f96943312b912730504aa Mon Sep 17 00:00:00 2001 From: wim glenn Date: Wed, 22 Aug 2018 11:27:36 -0500 Subject: [PATCH] strip trailing whitespace --- testing/test_pytester.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_pytester.py b/testing/test_pytester.py index cab9d8e97..99e62e5bc 100644 --- a/testing/test_pytester.py +++ b/testing/test_pytester.py @@ -397,7 +397,7 @@ def test_testdir_subprocess(testdir): testfile = testdir.makepyfile("def test_one(): pass") assert testdir.runpytest_subprocess(testfile).ret == 0 - + def test_unicode_args(testdir): result = testdir.runpytest("-k", u"💩") assert result.ret == EXIT_NOTESTSCOLLECTED