From 3a1eda9d6d39b38925e97657229d134a52e113ac Mon Sep 17 00:00:00 2001 From: Guillermo Rodriguez Date: Fri, 4 Apr 2025 02:59:50 -0300 Subject: [PATCH] Fix test docstring --- tests/test_ringd.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/test_ringd.py b/tests/test_ringd.py index 9c6bec69..4b5c792e 100644 --- a/tests/test_ringd.py +++ b/tests/test_ringd.py @@ -196,10 +196,9 @@ async def publisher_child(ctx: tractor.Context): def test_pubsub(): ''' - Spawn ringd actor and two childs that access same ringbuf through ringd. - - Both will use `ringd.open_ringbuf` to allocate the ringbuf, then attach to - them as sender and receiver. + Spawn to childs a publisher and a subscriber, use context streams + to dynamically test different scenarios with different channel + configurations between them. ''' async def main():