mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
fix docstrings
This commit is contained in:
parent
0cb1ba8634
commit
7e38198c19
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user