Home | History | Annotate | Download | only in test

Lines Matching refs:data_to_write

74     def _test_reading(self, data_to_write, read_and_verify_code):
80 data_to_write: String to write to the child process for reading
85 executed as part of a python subprocess fed data_to_write.
90 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
111 self._process.stdin.write(data_to_write)
157 data_to_write=b'hello, world!',
165 data_to_write=b'hello\nworld!',
173 data_to_write=b'hello\nworld!',
179 data_to_write=b'hello\nworld!',
194 data_to_write=b'hello\nworld!',
209 data_to_write=b'hello, world!',
217 data_to_write=b'hello\r\nworld!',
225 data_to_write=b'hello\nworld!',