Home | History | Annotate | Download | only in test

Lines Matching refs:isatty

1565             def __init__(self, isatty):
1567 self._isatty = isatty
1569 def isatty(self):
1573 self.assertFalse(pair.isatty())
1576 self.assertTrue(pair.isatty())
1579 self.assertTrue(pair.isatty())
1582 self.assertTrue(pair.isatty())
2923 self.assertRaises(ValueError, f.isatty)