Home | History | Annotate | Download | only in test

Lines Matching refs:file_num

109         file_num = self.returned_obj.fileno()
110 self.assertIsInstance(file_num, int, "fileno() did not return an int")
111 self.assertEqual(os.read(file_num, len(self.text)), self.text,