1485
1485
self.assertEqual(d[2], (0, '0'))
1486
1486
self.assertEqual(d[3], (3, '34'))
1495
1495
self.assertEqual([(0, 'b'), (2, 'd')], list(t.readv('foo', ((0,1), (2,1)))))
1499
1499
def test_get_smart_medium(self):
1500
1500
"""All transports must either give a smart medium, or know they can't.