Distinguish test file name
This commit is contained in:
parent
829f7ace22
commit
d43620a8da
|
@ -131,7 +131,7 @@ class TestConfigTmpPath:
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
p_failed = pytester.makepyfile(
|
p_failed = pytester.makepyfile(
|
||||||
"""
|
another_file_name="""
|
||||||
def test_1(tmp_path):
|
def test_1(tmp_path):
|
||||||
assert 0 == 1
|
assert 0 == 1
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in New Issue