Searched refs:validate_output (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_popen2.py | 61 def validate_output(self, teststr, expected_out, r, w, e=None): member in Popen2Test 74 self.validate_output(self.teststr, self.expected, r, w) 79 self.validate_output(self.teststr, self.expected, r, w, e) 82 self.validate_output(self.teststr, self.expected, r, w, e) 88 self.validate_output(self.teststr, self.expected, r, w) 95 self.validate_output(self.teststr, self.expected, r, w) 101 self.validate_output(self.teststr, self.expected, r, w, e) 110 self.validate_output(self.teststr, self.expected, r, w, e) 115 self.validate_output(self.teststr, self.expected, r, w) 122 self.validate_output(self.teststr, self.expected, r, w)
|