Home | History | Annotate | Download | only in test

Lines Matching refs:data_to_write

610     def _test_reading(self, data_to_write, read_and_verify_code, method_name,
617 data_to_write: String to write to the child process for reading
622 executed as part of a python subprocess fed data_to_write.
630 data_to_write = data_to_write.replace('\n', '\r\n')
636 assert len(data_to_write) < 512, 'data_to_write must fit in pipe buf.'
656 reader_process.stdin.write(data_to_write)
693 data_to_write='hello, world!',
709 data_to_write='hello\nworld!',
727 data_to_write='hello, world!abcdefghijklm',
739 data_to_write='hello, world!',