Skip to content

Commit

Permalink
test: set proper test names for the hwdb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whot committed May 14, 2024
1 parent dc37190 commit e775916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_udev_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __init__(self, name, bus, vid, pid, is_touchscreen=False):
# test functions taking a 'tablet' argument - one-by-one. So where
# tablets contains 10 entries, our test function will be called 10
# times.
metafunc.parametrize("tablet", tablets)
metafunc.parametrize("tablet", tablets, ids=[t.name for t in tablets])


@pytest.fixture
Expand Down

0 comments on commit e775916

Please sign in to comment.