diff options
Diffstat (limited to '_pytest/test_eventrouter.py')
-rw-r--r-- | _pytest/test_eventrouter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_pytest/test_eventrouter.py b/_pytest/test_eventrouter.py index b22fec5..beb624e 100644 --- a/_pytest/test_eventrouter.py +++ b/_pytest/test_eventrouter.py @@ -3,6 +3,7 @@ from __future__ import print_function, unicode_literals import pytest from wee_slack import EventRouter, SlackRequest + def test_EventRouter(mock_weechat): # Sending valid object adds to the queue. e = EventRouter() |