Lines Matching refs:assertIs
39 self.assertIs(IOError, OSError)
40 self.assertIs(EnvironmentError, OSError)
43 self.assertIs(socket.error, IOError)
44 self.assertIs(socket.gaierror.__base__, OSError)
45 self.assertIs(socket.herror.__base__, OSError)
46 self.assertIs(socket.timeout.__base__, OSError)
49 self.assertIs(select.error, OSError)
86 self.assertIs(type(e), FileExistsError)
90 self.assertIs(type(e), exc)
94 self.assertIs(type(e), OSError)
164 self.assertIs(type(e), SubOSError)