We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35e4ab4 commit b1d7422Copy full SHA for b1d7422
1 file changed
src/napari_deeplabcut/_tests/config/test_keybinds.py
@@ -29,6 +29,8 @@ def test_iter_shortcuts_returns_registry():
29
30
assert shortcuts == expected
31
assert keybinds.SHORTCUTS, "SHORTCUTS should not be empty"
32
+
33
34
def test_shortcuts_registry_points_layer_entries_have_callbacks():
35
for spec in keybinds.SHORTCUTS:
36
assert spec.keys
0 commit comments