Distinguish test file name

This commit is contained in:
Yusuke Kadowaki 2022-12-01 01:08:35 +09:00
parent 829f7ace22
commit d43620a8da
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@ class TestConfigTmpPath:
"""
)
p_failed = pytester.makepyfile(
"""
another_file_name="""
def test_1(tmp_path):
assert 0 == 1
"""