Searched refs:run_ok (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
H A D | test_calendar.py | 842 def run_ok(self, *args): member in CommandLineTestCase 851 stdout = self.run_ok('-h') 863 stdout = self.run_ok() 870 stdout = self.run_ok('2004') 874 stdout = self.run_ok('2004', '1') 880 stdout = self.run_ok('--encoding', 'utf-16-le', '2004') 899 stdout = self.run_ok('--locale', lang, '--encoding', enc, '2004') 906 stdout = self.run_ok('--width', '3', '2004') 913 stdout = self.run_ok('--lines', '2', '2004') 920 stdout = self.run_ok(' [all...] |
Completed in 2 milliseconds