Fix test docstring

one_ring_to_rule_them_all
Guillermo Rodriguez 2025-04-04 02:59:50 -03:00
parent d942f073e0
commit 3a1eda9d6d
No known key found for this signature in database
GPG Key ID: 002CC5F1E6BDA53E
1 changed files with 3 additions and 4 deletions

View File

@ -196,10 +196,9 @@ async def publisher_child(ctx: tractor.Context):
def test_pubsub(): def test_pubsub():
''' '''
Spawn ringd actor and two childs that access same ringbuf through ringd. Spawn to childs a publisher and a subscriber, use context streams
to dynamically test different scenarios with different channel
Both will use `ringd.open_ringbuf` to allocate the ringbuf, then attach to configurations between them.
them as sender and receiver.
''' '''
async def main(): async def main():