From d43620a8daeee96c477b50795f675ec7b560f684 Mon Sep 17 00:00:00 2001 From: Yusuke Kadowaki Date: Thu, 1 Dec 2022 01:08:35 +0900 Subject: [PATCH] Distinguish test file name --- testing/test_tmpdir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/test_tmpdir.py b/testing/test_tmpdir.py index efff3251f..6a29c03b1 100644 --- a/testing/test_tmpdir.py +++ b/testing/test_tmpdir.py @@ -131,7 +131,7 @@ class TestConfigTmpPath: """ ) p_failed = pytester.makepyfile( - """ + another_file_name=""" def test_1(tmp_path): assert 0 == 1 """