summaryrefslogtreecommitdiff
path: root/test/_linux.py
Commit message (Collapse)AuthorAgeFilesLines
...
* pep8ifyGiampaolo Rodola'2013-11-221-10/+13
|
* tests refactoringGiampaolo Rodola'2013-10-071-33/+3
|
* Fix issue 438: psutil won't compile on kernels < 2.6.36 due to missing ↵Giampaolo Rodola'2013-10-031-0/+63
| | | | prlimit(2) syscall.
* fix test/_linux.py's test_cpu_times failing due to a incorrect regular ↵Giampaolo Rodola'2013-08-241-1/+1
| | | | expression. (patch by arfrever, issue 420)
* further test refactoring: get rid of assert_eq_w_tol() and use ↵Giampaolo Rodola'2013-06-101-7/+13
| | | | assertAlmostEqual instead; also use skip* decorators around get_nice and uids/gids tests
* Issue 391: take advantage of new assert* methods and provide a workaround if ↵Giampaolo Rodola'2013-06-101-6/+6
| | | | unittest2 module is not installed
* Issue 391: start transition to unittest2 by making skipIf and skipUnless ↵Giampaolo Rodola'2013-06-101-1/+1
| | | | decorators closer to original unittest2 version
* update psutil project ownershipGiampaolo Rodola'2013-06-081-1/+1
|
* tests refactoringGiampaolo Rodola'2013-05-291-12/+2
|
* move TOLERANCE variable into test_psutil.py so that it's generic for all ↵Giampaolo Rodola'2013-05-151-4/+2
| | | | OS-specific tests
* (issue 380) make also platform specific tests exits with non-zero on failureGiampaolo Rodola'2013-05-131-2/+7
|
* (issue 379): fix a couple of other failuresGiampaolo Rodola'2013-05-131-1/+3
|
* Introduce a decorator which runs a test function and retries N times before ↵Giampaolo Rodola'2013-05-131-1/+8
| | | | | | | actually failing. This is useful When comparing (say) OS free memory with cmdline tools: the two results (psutil's and cmdline tool's) may differ now instead of later. See for example: https://code.google.com/p/psutil/issues/attachmentText?id=379&aid=3790000000&name=psutil-0.7.1_build.log&token=YNa7Qq67Nppy7rAXmBbjMJG4FNo%3A1368391020458#329
* (issue 379) disk_partitions(): skip linux specific disk_partitions() test if ↵Giampaolo Rodola'2013-05-121-1/+2
| | | | it raises NotImplementedError
* Remove "$Id$" occurrences from source code files. They were used by svn ↵Giampaolo Rodola'2013-03-261-3/+1
| | | | propset functionnality which no longer applies now that we're using Mercurial.
* Fix issue 361: [Linux] psutil.cpu_times() now includes new 'steal', 'guest' ↵Giampaolo Rodola'2013-03-251-0/+21
| | | | and 'guest_nice' fields available on recent Linux kernels. Also, psutil.cpu_percent() is more accurate.
* Issue 311: merge memory branch back to trunkGiampaolo Rodola'2012-07-241-21/+51
|
* fix issue #274: rewrite code in an idiom which works with both python 2.x ↵Giampaolo Rodola'2012-06-031-2/+3
| | | | and 3.x avoiding the 2to3 run at installation time
* Fix issue 260: (Linux) process memory mapsGiampaolo Rodola'2012-04-261-1/+19
|
* use from __future__ import division to reduce python 2/3 incompatibiliesGiampaolo Rodola'2012-01-201-0/+1
|
* pycharm refactoringGiampaolo Rodola'2012-01-041-2/+2
|
* Fix #212Giampaolo Rodola'2011-10-051-0/+5
| | | | | Add license header in all source files to pass google chromium license checkers. Also removed Dave Daeschler from contributors and added some missing docstrings.
* fix 192: failure in test_disk on linuxGiampaolo Rodola'2011-08-041-1/+1
|
* add disk test using df on OSXGiampaolo Rodola'2011-07-041-2/+2
|
* adds disk test specific for Linux comparing psutil results with 'df'Giampaolo Rodola'2011-07-021-4/+26
|
* fix encoding problem on python 3Giampaolo Rodola'2010-10-191-0/+5
|
* Issue 88: provide cached and buffers physical memory statistics on Linux, ↵Giampaolo Rodola'2010-09-231-8/+24
| | | | see http://code.google.com/p/psutil/issues/detail?id=88&colspec=ID%20Summary%20Type%20Opsys%20Status%20Milestone%20Opened%20Owner%20Progress#c26.
* Removed all the crappy ^M line endings added when modifying files on Windows ↵Giampaolo Rodola'2010-06-171-24/+24
| | | | and replaced them with \n
* provides a generic 'reap_children' function which automatically kill any ↵Giampaolo Rodola'2010-06-171-2/+2
| | | | subprocess started by the test suite, making sure no zombies stick around; from now on there's no need for us to keep a reference to the subprocess.Popen() object since every subprocess gets automatically cleaned up in tearDown
* set svn propset idGiampaolo Rodola'2010-05-131-1/+3
|
* set svn propset idGiampaolo Rodola'2010-05-131-0/+1
|
* Removed groupname code.Giampaolo Rodola'2010-02-171-5/+0
|
* removed posix specific create_time test. gave a tollerance of 2 seconds ↵Giampaolo Rodola'2010-02-171-8/+0
| | | | instead of 1 to generic create_time test
* moved groupname test grom _posix.py in _bsd.py and _linux.py as "ps" on OSX ↵Giampaolo Rodola'2010-02-021-0/+8
| | | | doesn't accept "-o rgroup" argument
* moved test_create_time from _posix.py to _linux.py as it't linux specificGiampaolo Rodola'2010-01-301-1/+22
|
* renamed specific platform modules by using an underscoreGiampaolo Rodola'2010-01-281-0/+5