make test name shorter, so its testdir path isn't too long on windows
This commit is contained in:
parent
fb043c355e
commit
6a523b4f59
|
@ -186,7 +186,7 @@ def test_setup_fails_again_on_all_tests(testdir):
|
|||
])
|
||||
assert "passed" not in result.stdout.str()
|
||||
|
||||
def test_setup_funcarg_setup_not_called_if_outer_scope_fails(testdir):
|
||||
def test_setup_funcarg_setup_when_outer_scope_fails(testdir):
|
||||
p = testdir.makepyfile("""
|
||||
import pytest
|
||||
def setup_module(mod):
|
||||
|
|
Loading…
Reference in New Issue