Home | History | Annotate | Download | only in test

Lines Matching refs:isatty

1413             def __init__(self, isatty):
1415 self._isatty = isatty
1417 def isatty(self):
1421 self.assertFalse(pair.isatty())
1424 self.assertTrue(pair.isatty())
1427 self.assertTrue(pair.isatty())
1430 self.assertTrue(pair.isatty())
2704 self.assertRaises(ValueError, f.isatty)