mirror of
https://github.com/python/cpython.git
synced 2025-10-04 22:20:46 +00:00
This commit is contained in:
parent
05bfbcd233
commit
d5fa5f3ce7
3 changed files with 23 additions and 11 deletions
|
@ -3498,6 +3498,7 @@ class MiscIOTest(unittest.TestCase):
|
|||
self.assertRaises(ValueError, f.readinto1, bytearray(1024))
|
||||
self.assertRaises(ValueError, f.readline)
|
||||
self.assertRaises(ValueError, f.readlines)
|
||||
self.assertRaises(ValueError, f.readlines, 1)
|
||||
self.assertRaises(ValueError, f.seek, 0)
|
||||
self.assertRaises(ValueError, f.tell)
|
||||
self.assertRaises(ValueError, f.truncate)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue