summaryrefslogtreecommitdiff
path: root/psutil/tests
Commit message (Expand)AuthorAgeFilesLines
* merge from master371-temperaturesGiampaolo Rodola2017-02-014-13/+28
|\
| * fix #961: [Windows] WindowsService.description() may fail with ERROR_MUI_FILE...Giampaolo Rodola2017-02-011-1/+4
| * fix testGiampaolo Rodola2017-01-311-1/+1
| * #fix 960 / Popen.wait: return negative exit code if process is killed by a si...Giampaolo Rodola2017-01-311-6/+6
| * try to fix occasional windows failureGiampaolo Rodola2017-01-301-0/+1
| * fix osx testGiampaolo Rodola2017-01-301-1/+1
| * #956: cpu_affinity([]) can now be used as an alias to set affinity against al...Giampaolo Rodola2017-01-302-3/+16
| * fix travis failureGiampaolo Rodola2017-01-261-5/+3
| * debug travis failureGiampaolo Rodola2017-01-261-0/+3
* | fix windows test failureGiampaolo Rodola2017-01-311-1/+4
* | modify testGiampaolo Rodola2017-01-241-3/+4
* | #371 add sensors.py example scriptGiampaolo Rodola2017-01-241-1/+0
* | refactoringGiampaolo Rodola2017-01-241-8/+13
* | #371 add sensors.py example scriptGiampaolo Rodola2017-01-241-1/+6
* | Merge branch 'master' into 371-temperaturesGiampaolo Rodola2017-01-243-0/+38
|\ \ | |/
| * fix TypeErrorGiampaolo Rodola2017-01-241-0/+1
| * fix test; add debug print for failing test on travisGiampaolo Rodola2017-01-241-0/+3
| * memleaks test: add test to grant coverage of all psutil system functionsGiampaolo Rodola2017-01-241-1/+18
| * memleaks test: add test to grant coverage of all Process methodsGiampaolo Rodola2017-01-241-0/+17
* | rename functionGiampaolo Rodola2017-01-241-0/+12
|/
* remove useless testGiampaolo Rodola2017-01-241-8/+0
* add linux specifc test for cpu_count()Giampaolo Rodola2017-01-241-0/+8
* Merge pull request #954 from giampaolo/357-proc-cpu-numGiampaolo Rodola2017-01-242-0/+29
|\
| * #357: implement proc cpu_num() on SunOSGiampaolo Rodola2017-01-241-0/+6
| * merge from masterGiampaolo Rodola2017-01-237-53/+158
| |\
| * \ Merge branch 'master' into 357-proc-cpu-numGiampaolo 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
* | | | sunos: specific test for cpu_count()Giampaolo Rodola2017-01-241-0/+4
| |_|/ |/| |
* | | 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
| |/ |/|
* | skip test which fails on travisGiampaolo Rodola2016-11-251-0/+1
|/
* try to fix tests on travisGiampaolo Rodola2016-11-132-2/+5