Home | History | Annotate | Download | only in test

Lines Matching refs:data_to_write

72     def _test_reading(self, data_to_write, read_and_verify_code):
78 data_to_write: String to write to the child process for reading
83 executed as part of a python subprocess fed data_to_write.
88 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
109 self._process.stdin.write(data_to_write)
155 data_to_write=b'hello, world!',
163 data_to_write=b'hello\nworld!',
171 data_to_write=b'hello\nworld!',
177 data_to_write=b'hello\nworld!',
200 data_to_write=b'hello\nworld!',
223 data_to_write=b'hello, world!',
231 data_to_write=b'hello\r\nworld!',
239 data_to_write=b'hello\nworld!',