Thanks to visit codestin.com Credit goes to github.com
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 77108eb commit 46d4440Copy full SHA for 46d4440
1 file changed
Lib/test/support.py
@@ -735,7 +735,7 @@ def wrapper(self):
735
# to make sure they work. We still want to avoid using
736
# too much memory, though, but we do that noisily.
737
maxsize = 5147
738
- self.failIf(maxsize * memuse + overhead > 20 * _1M)
+ self.assertFalse(maxsize * memuse + overhead > 20 * _1M)
739
else:
740
maxsize = int((max_memuse - overhead) / memuse)
741
if maxsize < minsize:
0 commit comments