summaryrefslogtreecommitdiff
path: root/psutil/tests/test_process.py
Commit message (Expand)AuthorAgeFilesLines
* merge from masterGiampaolo Rodola2017-01-231-9/+4
|\
| * #687: [Linux] pid_exists() no longer returns True if passed a process thread IDGiampaolo Rodola2017-01-091-8/+2
| * 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
* | #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-131-0/+1
* 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 from masterGiampaolo Rodola2016-10-251-196/+91
|\
| * fix Popen test which is occasionally failingGiampaolo Rodola2016-10-241-3/+20
| * ignore failing tests on OSX + TRAVISGiampaolo Rodola2016-10-241-7/+21
| * Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2016-10-191-21/+11
| |\
| | * fix unicode tests on windows / py3Giampaolo Rodola2016-10-191-21/+11
| * | small test refactoringGiampaolo Rodola2016-10-181-4/+2
| |/
| * fix #926: [OSX] Process.environ() on Python 3 can crash interpreter if proces...Giampaolo Rodola2016-10-181-1/+0
| * refactor unicode testsGiampaolo Rodola2016-10-181-141/+30
| * fix unicode testGiampaolo Rodola2016-10-181-2/+2
| * #783: fix some unicode related test failures on osxGiampaolo Rodola2016-10-181-5/+11
| * test refactoringGiampaolo Rodola2016-10-181-6/+6
| * test refactroringGiampaolo Rodola2016-10-181-5/+8
| * fix #925: [OSX/BSD/SUNOS] ZombieProcess may be erroneously raised for PID 0Giampaolo Rodola2016-10-181-0/+6
| * fix #924: [OSX] Process.exe() for PID 0 erroneously raise ZombieProcess. Also...Giampaolo Rodola2016-10-171-32/+16
| * minor test changeGiampaolo Rodola2016-10-151-2/+2
| * disable unicode tests on OSX + travisGiampaolo Rodola2016-10-151-2/+3
| * #919: psutil.Popen: add support for ctx manager protocolGiampaolo Rodola2016-10-151-12/+2
| * try to fix failure on appveyor due to case-sensitivnessGiampaolo Rodola2016-10-131-1/+1
| * skip non unicode tests on travisGiampaolo Rodola2016-10-131-1/+1
| * fix netbsd testGiampaolo Rodola2016-10-131-1/+1
| * add make test-posix cmd; fix test failing on netbsdGiampaolo Rodola2016-10-131-4/+2
* | merge from masterGiampaolo Rodola2016-10-131-6/+19
|\ \ | |/
| * fix py2.6 failureGiampaolo Rodola2016-10-131-1/+3
| * fix testsGiampaolo Rodola2016-10-131-2/+2
| * disable osx test failing on travisGiampaolo Rodola2016-10-121-0/+1
| * fix osx testsGiampaolo Rodola2016-10-121-1/+9
| * fix linux testGiampaolo Rodola2016-10-121-0/+1
| * unix files on OSX cann't be deleted due to perm errGiampaolo Rodola2016-10-111-5/+6
* | fix conflictsGiampaolo Rodola2016-10-071-55/+62
|\ \ | |/
| * rephrase and standardize test skip messagesGiampaolo Rodola2016-10-071-1/+1
| * rephrase and standardize test skip messagesGiampaolo Rodola2016-10-071-43/+38
| * add test for PSS memory < TOTALGiampaolo Rodola2016-10-071-4/+11
| * fix OSX testsGiampaolo Rodola2016-10-031-8/+12
| * adjust makefile for OSX; also fix one test on OSXGiampaolo Rodola2016-10-031-0/+1
| * make more files executableGiampaolo Rodola2016-10-031-0/+0
* | Merge branch 'master' into oneshotGiampaolo Rodola2016-10-021-27/+29
|\ \ | |/
| * get rid of safe_remove and safe_rmdir and provide a single safe_rmpath functionGiampaolo Rodola2016-10-011-14/+13
| * fix call_until timeoutGiampaolo Rodola2016-10-011-0/+2
| * update IDEASGiampaolo Rodola2016-08-041-1/+1