summaryrefslogtreecommitdiff
path: root/Lib/test/test_resource.py
Commit message (Expand)AuthorAgeFilesLines
* Change more tests to use import_module for the modules thatR. David Murray2009-03-301-2/+2
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Update the comment and remove the close. If we close we can't flush anymore.Neal Norwitz2008-01-271-2/+1
* Add a tiny sleep and additional flush to force the file to really be synced.Neal Norwitz2008-01-271-2/+5
* Try to prevent this test from being flaky. We might need a sleep in hereNeal Norwitz2008-01-271-2/+6
* On some systems (e.g., Ubuntu on hppa) the flush()Neal Norwitz2008-01-261-0/+3
* Always try to remove the test file even if close raises an exceptionNeal Norwitz2008-01-261-2/+1
* Try to get rid of spurious failure in test_resource on the Debian buildbots b...Nick Coghlan2007-07-241-9/+16
* 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