Skip to content
Snippets Groups Projects
Commit 48827729 authored by Stefano Borini's avatar Stefano Borini
Browse files

flake

parent 62d7dfcf
No related branches found
No related tags found
1 merge request!79Deliver notification info
import unittest
from envisage.plugin import Plugin
from force_bdss.core_plugins.dummy.dummy_notification_listener\
.dummy_notification_listener_factory import \
DummyNotificationListenerFactory
......
......@@ -80,4 +80,3 @@ def _format_event(event):
return None
return ("EVENT\n{}".format(data)).encode("utf-8")
......@@ -2,6 +2,7 @@ import sys
from contextlib import contextmanager
from six import StringIO
@contextmanager
def captured_output():
new_out, new_err = StringIO(), StringIO()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment