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")
|
testfile = testdir.makepyfile("def test_one(): pass")
|
||||||
assert testdir.runpytest_subprocess(testfile).ret == 0
|
assert testdir.runpytest_subprocess(testfile).ret == 0
|
||||||
|
|
||||||
|
|
||||||
def test_unicode_args(testdir):
|
def test_unicode_args(testdir):
|
||||||
result = testdir.runpytest("-k", u"💩")
|
result = testdir.runpytest("-k", u"💩")
|
||||||
assert result.ret == EXIT_NOTESTSCOLLECTED
|
assert result.ret == EXIT_NOTESTSCOLLECTED
|
||||||
|
|
Loading…
Reference in New Issue