Home | History | Annotate | Download | only in test

Lines Matching refs:isatty

620         if hasattr(os, "isatty"):
621 self.assertEqual(os.isatty(test_support.make_bad_fd()), False)