summaryrefslogtreecommitdiff
path: root/test/_bsd.py
Commit message (Expand)AuthorAgeFilesLines
* (freebsd) fix memleak + add testGiampaolo Rodola2015-06-121-0/+4
* Revert "#629: rename test/_linux.py (and others) to test/test_pslinux.py in o...Giampaolo Rodola2015-06-041-0/+248
* #629: rename test/_linux.py (and others) to test/test_pslinux.py in order to ...Giampaolo Rodola2015-06-041-248/+0
* #629: 'skip' platorm specific tests if we're on another platform (instead of ...Giampaolo Rodola2015-06-041-3/+4
* fix failing tests on OSXGiampaolo Rodola2015-02-201-2/+2
* add new BSD specific testsGiampaolo Rodola2015-02-201-0/+23
* freebsd: fix some compilation warningsGiampaolo Rodola2015-01-031-0/+1
* make some tests more robustGiampaolo Rodola2014-05-231-3/+5
* turn process properties into methods for consistency. this is the most destru...Giampaolo Rodola'2013-12-311-1/+1
* fix various things on BSD + (hopefully) last renamingsGiampaolo Rodola'2013-12-141-1/+1
* import unittest2 from all sub test modules + fix make.bat for python 2.4Giampaolo Rodola'2013-12-261-2/+1
* pyflakesGiampaolo Rodola'2013-12-251-1/+2
* rename psutil.get_boot_time() to psutil.boot_time()Giampaolo Rodola'2013-12-241-2/+2
* issue 451: deprecate BOOT_TIME constantGiampaolo Rodola'2013-12-071-2/+2
* pep8ifyGiampaolo Rodola'2013-11-221-1/+2
* pep8ifyGiampaolo Rodola'2013-11-221-1/+0
* fix tests on FreeBSDGiampaolo Rodola'2013-07-241-2/+5
* remove no longer used code in _psutil_bsd.c + refactor some testsGiampaolo Rodola'2013-07-171-0/+2
* fix some tests fialing on OSX and BSD because assertAlmostEqual() needed to h...Giampaolo Rodola'2013-07-101-12/+24
* Replaced assert_eq_w_tol with assertAlmostEqual for BSD and OS XJay Loden2013-06-171-12/+12
* further test refactoring: get rid of assert_eq_w_tol() and use assertAlmostEq...Giampaolo Rodola'2013-06-101-1/+1
* Issue 391: start transition to unittest2 by making skipIf and skipUnless deco...Giampaolo Rodola'2013-06-101-7/+7
* 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 OS-s...Giampaolo Rodola'2013-05-151-2/+1
* BSD specialized tests: increase TOLERANCE from 200 to 500 KB in order to avoi...Giampaolo Rodola'2012-12-141-1/+1
* (issue 380) make also platform specific tests exits with non-zero on failureGiampaolo Rodola'2013-05-131-2/+7
* Introduce a decorator which runs a test function and retries N times before a...Giampaolo Rodola'2013-05-131-1/+13
* Remove "$Id$" occurrences from source code files. They were used by svn props...Giampaolo Rodola'2013-03-261-3/+1
* Issue 311: merge memory branch back to trunkGiampaolo Rodola'2012-07-241-36/+94
* Fix issue 308: (BSD) return actual swap memory info instead of virtual memoryGiampaolo Rodola'2012-07-191-37/+0
* (BSD)Giampaolo Rodola'2012-06-271-0/+13
* fix issue #274: rewrite code in an idiom which works with both python 2.x and...Giampaolo Rodola'2012-06-031-3/+4
* pycharm refactoringGiampaolo Rodola'2012-01-041-2/+2
* Fix #212Giampaolo Rodola'2011-10-051-0/+5
* add disk test using df on OSXGiampaolo Rodola'2011-07-041-2/+2
* adds disk test specific for BSD comparing psutil results with 'df'Giampaolo Rodola'2011-07-021-9/+29
* Fix some test failures on BSDGiampaolo Rodola'2011-07-021-4/+2
* rename get_phymem/get_virtmem in phymem_usage/virtmem_usage for consistency w...Giampaolo Rodola'2011-06-111-4/+3
* Issue 171: implemente get_phymem() / get_virtmem() on FreeBSDGiampaolo Rodola'2011-06-091-3/+3
* removal of unused imports discovered with pyflakesGiampaolo Rodola'2011-06-041-2/+0
* Fix py3 test failure on BSDGiampaolo Rodola'2011-03-191-1/+3
* Fix issue #140: implement system boot time on BSDGiampaolo Rodola'2010-12-101-3/+10
* Define a global get_test_subprocess() function in the test suite which return...Giampaolo Rodola'2010-10-091-2/+2
* remove old cached_mem() / cached_swap() functions defined on systems differen...Giampaolo Rodola'2010-10-081-5/+0
* Removed all the crappy ^M line endings added when modifying files on Windows ...Giampaolo Rodola'2010-06-171-141/+141
* provides a generic 'reap_children' function which automatically kill any subp...Giampaolo Rodola'2010-06-171-2/+2
* Issue 88: implemented cached_mem() on FreeBSD. Since apparently there's no su...Giampaolo Rodola'2010-06-031-2/+6
* set svn propset idGiampaolo Rodola'2010-05-131-1/+3
* set svn propset idGiampaolo Rodola'2010-05-131-0/+1