summaryrefslogtreecommitdiff
path: root/psutil/tests
Commit message (Expand)AuthorAgeFilesLines
* #357: implement proc cpu_num() on SunOSGiampaolo Rodola2017-01-241-0/+6
* merge from masterGiampaolo Rodola2017-01-237-53/+158
|\
| * fix win test941-cpu-freqGiampaolo Rodola2017-01-231-2/+2
| * Merge branch '941-cpu-freq' of github.com:giampaolo/psutil into 941-cpu-freqGiampaolo Rodola2017-01-201-0/+6
| |\
| | * add windows specific testGiampaolo Rodola2017-01-201-0/+6
| * | #941: add docGiampaolo Rodola2017-01-202-6/+14
| |/
| * #941: cpu frequency - windows implementationGiampaolo Rodola2017-01-201-0/+5
| * Merge branch 'master' into 941-cpu-freqGiampaolo Rodola2017-01-201-44/+71
| |\
| | * comment out unreliable linux testGiampaolo Rodola2017-01-151-2/+3
| | * refactor /proc/pid/status tests and put them in their own classGiampaolo Rodola2017-01-151-47/+69
| | * make.bat: att build_exe and build_wheel cmdsGiampaolo Rodola2017-01-151-1/+2
| | * update doc + add linux specific testGiampaolo Rodola2017-01-151-0/+3
| * | Merge branch 'master' into 941-cpu-freqGiampaolo Rodola2017-01-103-9/+27
| |\ \ | | |/
| | * #687: [Linux] pid_exists() no longer returns True if passed a process thread IDGiampaolo Rodola2017-01-092-8/+21
| | * cpu_affinity() test: use addCleanup to reset initial valueGiampaolo Rodola2016-12-161-0/+1
| | * #804: try to test failure on DebianGiampaolo Rodola2016-12-121-1/+1
| | * update docstringGiampaolo Rodola2016-12-121-0/+4
| * | #941: implement cpu_freq() for OSXGiampaolo Rodola2016-12-032-1/+17
| * | #941: implement cpu_freq() for LinuxGiampaolo Rodola2016-12-021-0/+10
| |/
| * add tests for cpu_count(logical=True) on LinuxGiampaolo Rodola2016-12-011-0/+15
* | Merge branch 'master' into 357-proc-cpu-numGiampaolo Rodola2016-11-251-0/+1
|\ \ | |/
| * skip test which fails on travisGiampaolo Rodola2016-11-251-0/+1
* | #357: add test which compares cpu_num() against cpu_affinity()Giampaolo Rodola2016-11-251-0/+7
* | #357: implement process cpu_num() on FreeBSDGiampaolo Rodola2016-11-251-0/+7
* | #357: implement process cpu_num() on LinuxGiampaolo Rodola2016-11-251-0/+9
|/
* try to fix tests on travisGiampaolo Rodola2016-11-132-2/+5
* try to fix tests on travisGiampaolo Rodola2016-11-133-3/+8
* add simple test case for oneshot() ctx managerGiampaolo Rodola2016-11-051-0/+20
* add simple test case for oneshot() ctx managerGiampaolo Rodola2016-11-051-0/+13
* speedup fetch all process test by using oneshotGiampaolo Rodola2016-11-051-16/+16
* Merge branch 'master' into oneshotGiampaolo Rodola2016-11-051-1/+0
|\
| * fix flake8Giampaolo Rodola2016-11-051-1/+0
* | Merge branch 'master' into oneshotGiampaolo Rodola2016-10-281-173/+230
|\ \ | |/
| * (win) add memleak test for proc_info()Giampaolo Rodola2016-10-281-3/+17
| * move stuff aroundGiampaolo Rodola2016-10-281-22/+32
| * memleak: fix false positive on windowsGiampaolo Rodola2016-10-281-6/+17
| * refactoringGiampaolo Rodola2016-10-281-19/+22
| * fix numbersGiampaolo Rodola2016-10-281-10/+16
| * mem leak script: provide better error output in case of failureGiampaolo Rodola2016-10-281-33/+51
| * refactor memleak scriptGiampaolo Rodola2016-10-281-18/+24
| * refactor memleak scriptGiampaolo Rodola2016-10-281-16/+6
| * refactor memleak scriptGiampaolo Rodola2016-10-281-20/+18
| * refactor memleak scriptGiampaolo Rodola2016-10-281-46/+44
| * refactor memleak script: get rid of no longer used logic to deal with Process...Giampaolo Rodola2016-10-281-11/+1
| * memleak script refactoringGiampaolo Rodola2016-10-281-18/+31
* | #799 / win: pass handle also to memory_maps() and username() functionsGiampaolo Rodola2016-10-281-131/+0
* | merge from masterGiampaolo Rodola2016-10-281-162/+253
|\ \ | |/
| * refactor windows testsGiampaolo Rodola2016-10-281-120/+149
| * win: enable dueal process impl testsGiampaolo Rodola2016-10-281-24/+47
| * win / C: refactor memory_info_2 code() and return it along side other proc_in...Giampaolo Rodola2016-10-271-19/+58