Skip to content

Commit 64d61c2

Browse files
committed
test: add ids to jsonl files for test_log
1 parent 9fbf1c4 commit 64d61c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/lua/test_log.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def assert_steps_equal(
8787
class TestLog:
8888
"""Tests for the log module."""
8989

90-
@pytest.fixture(scope="session", params=get_jsonl_files())
90+
@pytest.fixture(scope="session", params=get_jsonl_files(), ids=lambda p: p.name)
9191
def replay_logs(self, request, tmp_path_factory) -> tuple[Path, Path, Path]:
9292
"""Fixture that replays a run and generates two JSONL log files.
9393

0 commit comments

Comments
 (0)