-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
Let's replace code like this:
with something saner such as
@pytest.mark.skip_has_display
@pytest.mark.skip_truncates_displayName
This would also require defining a capability list for each supported hardware such as
capabilities = {
'trezor': ['has_display'],
'solokeys': ['truncates_displayName'],
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels