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 666b69d commit 356e477Copy full SHA for 356e477
Lib/test/test_largefile.py
@@ -45,7 +45,8 @@ 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):
+ @bigmemtest(size=_2G, memuse=1)
49
+ def test_large_reads_writes(self, _size):
50
# see issue #24658
51
requires('largefile',
52
'test requires %s bytes and a long time to run' % size)
0 commit comments