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 3b02180 commit befd67aCopy full SHA for befd67a
Lib/test/test_resource.py
@@ -68,6 +68,7 @@ def test_fsize_enforced(self):
68
@unittest.skipIf(sys.platform == "vxworks",
69
"setting RLIMIT_FSIZE is not supported on VxWorks")
70
@unittest.skipUnless(hasattr(resource, 'RLIMIT_FSIZE'), 'requires resource.RLIMIT_FSIZE')
71
+
72
def test_fsize_too_big(self):
73
# Be sure that setrlimit is checking for really large values
74
too_big = 10**50
0 commit comments