Home | History | Annotate | Download | only in test

Lines Matching refs:NotReadable

1330         class NotReadable(MockRawIO):
1334 self.assertRaises(IOError, self.tp, NotReadable(), self.MockRawIO())