open('no_such_file')
IOError: [Errno 2] No such file or directory: 'no_such_file'
self.assertRaises(IOError,open,'no_such_file')