strip trailing whitespace

This commit is contained in:
wim glenn
2018-08-22 11:27:36 -05:00
committed by GitHub
parent 8e2c7b4979
commit b08e156b79

View File

@@ -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