Skip to content

Commit

Permalink
Remove duplicate test
Browse files Browse the repository at this point in the history
  • Loading branch information
regicidalplutophage authored Dec 14, 2024
1 parent c02f0b3 commit 487484c
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions tests/test_sticky_keys.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,26 +172,6 @@ def test_sticky_key(self):
[{KC.N0}, {KC.N0, KC.N2}, {KC.N0}, {KC.N0, KC.N3}, {KC.N0}, {}],
)

keyboard.test(
'stick and roll',
[
(0, True),
(0, False),
(2, True),
(3, True),
(2, False),
(3, False),
],
[
{KC.N0},
{KC.N0, KC.N2},
{KC.N2},
{KC.N2, KC.N3},
{KC.N3},
{},
],
)

keyboard.test(
'hold multiple, tap interrupt, release one held, tap interrupt',
[
Expand Down

0 comments on commit 487484c

Please sign in to comment.