From 829f7ace228a3854b717dab720b47a82ca0c8372 Mon Sep 17 00:00:00 2001 From: Yusuke Kadowaki Date: Thu, 1 Dec 2022 00:12:50 +0900 Subject: [PATCH] Fix test that wasn't run at all --- 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 c315055f9..efff3251f 100644 --- a/testing/test_tmpdir.py +++ b/testing/test_tmpdir.py @@ -121,7 +121,7 @@ class TestConfigTmpPath: # Check the base dir itself is gone without depending on test results assert base_dir == [] - @pytest.mark.parametrize("policy", ["failed", "all"]) + @pytest.mark.parametrize("policy", ['"failed"', '"all"']) @pytest.mark.parametrize("count", [0, 1, 3]) def test_retention_count(self, pytester: Pytester, policy, count) -> None: p = pytester.makepyfile(