Home | History | Annotate | Download | only in test_asyncio

Lines Matching refs:bytes_read

368         bytes_read = bytearray()
378 bytes_read.extend(data)
385 test_utils.run_until(self.loop, lambda: len(bytes_read) >= 3)
387 test_utils.run_until(self.loop, lambda: len(bytes_read) >= 6)
391 self.assertEqual(bytes_read, b'abcdef')