We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c0aa1 commit 3d7fe38Copy full SHA for 3d7fe38
Lib/test/test_largefile.py
@@ -45,7 +45,7 @@ def tearDownClass(cls):
45
raise cls.failureException('File was not truncated by opening '
46
'with mode "wb"')
47
48
- def test_large_reads_writes(self):
+ def test_large_read(self):
49
# bpo-24658: Test that a read greater than 2GB does not fail.
50
with self.open(TESTFN, "rb") as f:
51
self.assertEqual(len(f.read()), size + 1)
0 commit comments