From f43b435fddedc83e4c1fa709b90354e128b65416 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 9 Jul 2023 20:54:44 +0200 Subject: test: prettier test names --- test/py/conftest.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/py/conftest.py') diff --git a/test/py/conftest.py b/test/py/conftest.py index e087dd1..6102898 100644 --- a/test/py/conftest.py +++ b/test/py/conftest.py @@ -188,7 +188,8 @@ def client(client_cmd): return client_cmd -@fixture(params=[TestRepoOutputSimple, TestRepoOutputEmpty]) +@fixture(params=[TestRepoOutputSimple, TestRepoOutputEmpty], + ids=['output_simple', 'output_empty']) def test_repo(tmp_path, request): return request.param(os.path.join(tmp_path, 'repo')) -- cgit v1.2.3