Fix test docstring
							parent
							
								
									1c5bebfca6
								
							
						
					
					
						commit
						5fbd6aced7
					
				|  | @ -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(): | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue