summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add another pss/uss test casemem-refactoring-2Giampaolo Rodola2016-02-041-0/+3
* Linux: we weren't returning actual PSSGiampaolo Rodola2016-02-041-2/+4
* add test caseGiampaolo Rodola2016-02-041-2/+11
* fix #755: Process.memory_percent() memtype parameter.Giampaolo Rodola2016-02-042-2/+10
* fix #754: [Linux] cmdline() can be wrong in case of zombie process.Giampaolo Rodola2016-02-041-1/+6
* fix #744 aka #753: implement memory USS / PSS on LinuxGiampaolo Rodola2016-02-031-0/+18
* speed up linux testGiampaolo Rodola2016-02-031-3/+13
* refactor platform recognition codeGiampaolo Rodola2016-02-027-28/+26
* Merge pull request #747 from giampaolo/revive-environ-windowsGiampaolo Rodola2016-02-012-3/+21
|\
| * implement Process.environ() on Windowsrevive-environ-windowsFrank Benkstein2016-02-012-1/+15
| * fix (very) sporadic error in RemoteProcessTestCaseFrank Benkstein2016-01-291-2/+6
* | merge from masterbsebi-masterGiampaolo Rodola2016-01-311-1/+1
|\ \
| * | improved solaris check for unit test as wellbsebi2015-10-281-1/+1
* | | try to prevent occasional failure on windowsGiampaolo Rodola2016-01-311-4/+5
| |/ |/|
* | address 32bit/64bit confusion in psutil_get_parametersFrank Benkstein2016-01-272-0/+76
* | fix net_if_stats on Windows wipFrank Benkstein2016-01-261-0/+11
* | revive Process.environ on OSXFrank Benkstein2016-01-252-2/+14
* | revive Process.environ on LinuxFrank Benkstein2016-01-252-3/+71
* | #734: fix unicode issues on FreeBSDGiampaolo Rodola2016-01-131-11/+6
* | try to fix occasional failure on winGiampaolo Rodola2016-01-231-2/+3
* | try to fix occasional appveyor failureGiampaolo Rodola2016-01-221-6/+4
* | try to fix 'RuntimeError: No active exception to reraise'Giampaolo Rodola2016-01-221-3/+4
* | fix tests: +x bit was not set on exe test fileGiampaolo Rodola2016-01-221-10/+10
* | fix windows/py3.3 failureGiampaolo Rodola2016-01-221-2/+10
* | fix occasional failure on windowsGiampaolo Rodola2016-01-221-0/+2
* | fix failing test on windowsGiampaolo Rodola2016-01-221-3/+6
* | attempt to fix OSX test failureGiampaolo Rodola2016-01-221-1/+2
* | non-unicode test refactoring: do not use subprocesses where not necessaryGiampaolo Rodola2016-01-221-31/+16
* | expose https://github.com/fbenkstein and fix name() / cmdline() encoding erro...fbenkstein-non-unicodeGiampaolo Rodola2016-01-221-15/+15
* | add non-unicode testFrank Benkstein2016-01-211-3/+135
* | improve testGiampaolo Rodola2016-01-212-4/+6
* | fix netbsd testGiampaolo Rodola2016-01-111-2/+13
* | fix some tests on NetBSDGiampaolo Rodola2016-01-112-3/+4
* | #595: skip tests failing due to open_files kernel bugGiampaolo Rodola2016-01-112-1/+8
* | merge branchGiampaolo Rodola2016-01-132-2/+8
|\ \
| * \ Merge branch '0-wiz-0-master' of github.com:giampaolo/psutil into 0-wiz-0-masterGiampaolo Rodola2016-01-132-3/+10
| |\ \
| | * | #557 (NetBSD): various refactoringsGiampaolo Rodola2016-01-081-2/+2
| | * | #557 (NetBSD): implement process cwd()Giampaolo Rodola2016-01-081-0/+6
| | * | Add NetBSD support.Ryo ONODERA2015-12-301-1/+2
* | | | fix #722: [Linux] swap_memory() no longer crashes if sin/sout can't be determ...Giampaolo Rodola2016-01-131-1/+19
* | | | Merge pull request #557 from 0-wiz-0/masterGiampaolo Rodola2016-01-131-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Add NetBSD support.Ryo ONODERA2016-01-081-1/+2
| |/ /
* | | refactor BSD tests (use a single file for all BSD variants)Giampaolo Rodola2015-12-173-153/+87
|/ /
* | Merge pull request #719 from sethp-jive/tests/add-import-testsGiampaolo Rodola2015-12-182-2/+73
|\ \
| * | Add import-time tests for psutilSeth Pellegrino2015-12-172-2/+73
* | | use with lock:Giampaolo Rodola2015-12-161-1/+1
|/ /
* | add more testsGiampaolo Rodola2015-12-151-4/+9
* | add test for vmem total on freebsdGiampaolo Rodola2015-11-252-1/+5
* | #714: [OpenBSD] return the right physical mem valueGiampaolo Rodola2015-11-251-3/+3
* | add test for swap memGiampaolo Rodola2015-11-251-0/+12