]> granicus.if.org Git - python/commit
Add tests for the recent resource module change.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 23 Apr 2002 20:21:22 +0000 (20:21 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 23 Apr 2002 20:21:22 +0000 (20:21 +0000)
commit74ce77f0e67f0d67a3ae0d35ae11c7c48a7a67a5
tree3448c424aaaf8f37defca17d1b651d2f09458785
parentd95efe4257b7d7aa95e273c2cb206b1d72c57cad
Add tests for the recent resource module change.
Also add a test that Python doesn't die with SIGXFSZ if it exceeds the
file rlimit.  (Assuming this will also test the behavior when the 2GB
limit is exceed on a platform that doesn't have large file support.)
Lib/test/output/test_resource [new file with mode: 0644]
Lib/test/test_resource.py [new file with mode: 0644]