Searched refs:run_ok (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_calendar.py499 def run_ok(self, *args): member in class:CommandLineTestCase
508 stdout = self.run_ok('-h')
520 stdout = self.run_ok()
527 stdout = self.run_ok('2004')
531 stdout = self.run_ok('2004', '1')
537 stdout = self.run_ok('--encoding', 'utf-16-le', '2004')
555 stdout = self.run_ok('--locale', lang, '--encoding', enc, '2004')
562 stdout = self.run_ok('--width', '3', '2004')
569 stdout = self.run_ok('--lines', '2', '2004')
576 stdout = self.run_ok('
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_calendar.py720 def run_ok(self, *args): member in class:CommandLineTestCase
729 stdout = self.run_ok('-h')
741 stdout = self.run_ok()
748 stdout = self.run_ok('2004')
752 stdout = self.run_ok('2004', '1')
758 stdout = self.run_ok('--encoding', 'utf-16-le', '2004')
776 stdout = self.run_ok('--locale', lang, '--encoding', enc, '2004')
783 stdout = self.run_ok('--width', '3', '2004')
790 stdout = self.run_ok('--lines', '2', '2004')
797 stdout = self.run_ok('
[all...]

Completed in 131 milliseconds