summaryrefslogtreecommitdiff
path: root/psutil/tests/test_process.py
Commit message (Expand)AuthorAgeFilesLines
* fix testGiampaolo Rodola2020-01-311-2/+5
* add comments + testGiampaolo Rodola2020-01-311-1/+5
* remove proc_name()Giampaolo Rodola2020-01-311-0/+3
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-6/+1
* fix Cirrus failureGiampaolo Rodola2020-01-241-2/+3
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-241-1/+1
* fix open_files() tests broken on windows due to case sensitivenessGiampaolo Rodola2020-01-031-10/+11
* #1594: set a limit for eligible CPUs combinationsGiampaolo Rodola2019-09-261-0/+2
* fix #1527: Linux process CPU iowait timeGiampaolo Rodola2019-09-071-0/+2
* fix various testsGiampaolo Rodola2019-06-141-1/+3
* Fix #1276: [AIX] use getargs to get process cmdline (#1500) (patch by @wiggi...wiggin152019-05-061-0/+16
* fix linux testsfix-testsGiampaolo Rodola2019-04-051-2/+2
* remove outdated testsGiampaolo Rodola2019-04-051-4/+0
* [Win] Process IO priority constants + high priority (#1479 / #1476)Giampaolo Rodola2019-04-051-26/+31
* refactor ionice() on LinuxGiampaolo Rodola2019-04-041-29/+27
* ionice test refactoringGiampaolo Rodola2019-04-041-48/+50
* Big docfix (#1464)Giampaolo Rodola2019-03-141-2/+2
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
* #1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSXGiampaolo Rodola2019-02-281-2/+0
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...Giampaolo Rodola2019-02-271-1/+3
* add win tests related to send_signal(CTRL_C_EVENT) #1227Giampaolo Rodola2019-02-261-4/+8
* fix win testGiampaolo Rodola2019-02-261-3/+0
* fix win testsGiampaolo Rodola2019-02-261-4/+7
* #fix 1438: do not return any parent() for PID 0 + update docGiampaolo Rodola2019-02-261-0/+21
* Add Process.parents() method (#1433)Giampaolo Rodola2019-02-251-0/+11
* #1373: different approach to oneshot() cache (pass Process instances around -...Giampaolo Rodola2018-12-131-0/+15
* fix travisGiampaolo Rodola2018-10-121-2/+3
* fix different travis failuresGiampaolo Rodola2018-10-121-0/+3
* Fix decoding error in testsGiampaolo Rodola2018-09-281-1/+2
* remove failing test assertionsGiampaolo Rodola2018-08-151-8/+2
* remove failing testGiampaolo Rodola2018-08-151-3/+0
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-12/+12
* try to fix occasional children() failure on Win: https://ci.appveyor.com/proj...Giampaolo Rodola2018-06-271-0/+1
* remove incorrect test assumption that proc cpu percent on windows is supposed...Giampaolo Rodola2018-04-121-4/+0
* fix appveyor failure, see https://ci.appveyor.com/project/giampaolo/psutil/bu...Giampaolo Rodola2018-03-281-2/+2
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+1567
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-1567/+0
* test environ: clean returned dictGiampaolo Rodola2018-03-081-1/+3
* add test for cpu_affinityGiampaolo Rodola2017-12-091-2/+19
* fix testGiampaolo Rodola2017-12-051-3/+3
* refactor environ() testGiampaolo Rodola2017-12-041-21/+15
* Fix OSX pid 0 bug (#1187)Giampaolo Rodola2017-12-041-4/+8
* AIX: implement num_ctx_switches (#1164)wiggin152017-10-311-2/+0
* improve logic to determine python exe locationGiampaolo Rodola2017-10-301-16/+17
* try to limit occasional appveyor failureGiampaolo Rodola2017-10-291-1/+11
* Fix #1154: remove 'threads' method on older AIX (#1156)wiggin152017-10-281-0/+3
* Terminate Windows processes with SIGTERM code rather than 0 (#1150)Akos Kiss2017-10-201-5/+5
* fix or skip remaining AIX unit tests (#1145)wiggin152017-10-191-1/+3
* work around travis failureGiampaolo Rodola2017-10-061-18/+3