strip trailing whitespace
This commit is contained in:
parent
8e2c7b4979
commit
b08e156b79
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue