summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_resource.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2007-01-301-2/+2
* resource.RUSAGE_BOTH might not exist.Walter Dörwald2007-01-201-1/+1
* Add argument tests an calls of resource.getrusage().Walter Dörwald2007-01-201-0/+18
* Port test_resource.py to unittest.Walter Dörwald2007-01-201-56/+78
* Patch #551960: Add check for setrlimit() supportJason Tishler2002-12-121-4/+12
* Get rid of relative imports in all unittests. Now anything thatBarry Warsaw2002-07-231-1/+1
* Add tests for the recent resource module change.Jeremy Hylton2002-04-231-0/+48