fix docstrings

This commit is contained in:
meejah 2019-06-18 16:04:05 -06:00
parent 0cb1ba8634
commit 7e38198c19

View File

@ -13,8 +13,6 @@ from allmydata.web.logs import TokenAuthenticatedWebSocketServerProtocol
class TestStreamingLogs(unittest.TestCase): class TestStreamingLogs(unittest.TestCase):
""" """
Test websocket streaming of logs Test websocket streaming of logs
Note: depends on un-merged Autobahn branch
""" """
def setUp(self): def setUp(self):
@ -28,6 +26,9 @@ class TestStreamingLogs(unittest.TestCase):
@inlineCallbacks @inlineCallbacks
def test_one_log(self): def test_one_log(self):
"""
write a single Eliot log and see it streamed via websocket
"""
proto = yield self.agent.open( proto = yield self.agent.open(
transport_config=u"ws://localhost:1234/ws", transport_config=u"ws://localhost:1234/ws",