aboutsummaryrefslogtreecommitdiffstats
path: root/solo-tool-project/test/notifier_unittest.py
diff options
context:
space:
mode:
authorEddy Pedroni <epedroni@pm.me>2025-02-24 21:45:50 +0100
committerEddy Pedroni <epedroni@pm.me>2025-02-24 21:45:50 +0100
commit4b029ddcbccb75ef9aa129fa0d726fdee24af0bb (patch)
tree44377b7357df400a3eb969520f8992f481db1fb1 /solo-tool-project/test/notifier_unittest.py
parentb65d54e662c7f7bde6d0f1d6bb195e6e7cb96af8 (diff)
Improved key points notification
Diffstat (limited to 'solo-tool-project/test/notifier_unittest.py')
-rw-r--r--solo-tool-project/test/notifier_unittest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/solo-tool-project/test/notifier_unittest.py b/solo-tool-project/test/notifier_unittest.py
index 115d21a..51d3e48 100644
--- a/solo-tool-project/test/notifier_unittest.py
+++ b/solo-tool-project/test/notifier_unittest.py
@@ -38,6 +38,7 @@ def test_allEvents(uut):
checkEvent(uut, Notifier.PLAYBACK_RATE_EVENT)
checkEvent(uut, Notifier.CURRENT_SONG_EVENT)
checkEvent(uut, Notifier.CURRENT_KEY_POINT_EVENT)
+ checkEvent(uut, Notifier.KEY_POINTS_EVENT)
def test_eventWithoutRegisteredCallbacks(uut):
uut.notify(Notifier.PLAYING_STATE_EVENT, 0)