1776
1776
self.assertListRaises((errors.ShortReadvError, errors.InvalidRange),
1777
1777
transport.readv, 'a', [(12,2)])
1779
1794
def test_stat_symlink(self):
1780
1795
# if a transport points directly to a symlink (and supports symlinks
1781
1796
# at all) you can tell this. helps with bug 32669.