aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/test/py/conftest.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/py/conftest.py')
-rw-r--r--test/py/conftest.py3
1 files changed, 2 insertions, 1 deletions
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'))