--- a/tests/test-batching.py Sun Jan 05 22:23:31 2025 -0500
+++ b/tests/test-batching.py Sun Jan 05 22:26:16 2025 -0500
@@ -191,8 +191,7 @@
)
],
)
- for r in res.split(b';'):
- yield r
+ yield from res.split(b';')
@contextlib.contextmanager
def commandexecutor(self):