Skip to content

Commit 7bbf654

Browse files
committed
fix tests
1 parent 2bbf9de commit 7bbf654

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/model/dummy.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,9 @@ def __init__(self, view):
8484

8585
#: list: The list of commands.
8686
self.commands = []
87+
88+
#: dict: The custom events
89+
self.event_listeners = {}
8790

8891
#: DummyView: The view to be controlled by this controller.
8992
self.view = view

0 commit comments

Comments
 (0)