summaryrefslogtreecommitdiff
path: root/psutil/tests/test_process.py
Commit message (Expand)AuthorAgeFilesLines
* run process tests seriallyGiampaolo Rodola2020-04-251-3/+2
* refactGiampaolo Rodola2020-04-251-2/+2
* rename decoGiampaolo Rodola2020-04-251-2/+2
* merge from masterGiampaolo Rodola2020-04-251-43/+28
|\
| * Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-241-43/+28
* | add run_from_name() utilGiampaolo Rodola2020-02-161-2/+2
* | run + print resultsGiampaolo Rodola2020-02-161-0/+2
|/
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* refactor print colors utilsGiampaolo Rodola2020-02-151-1/+0
* Fix test errors for PYPY.Giampaolo Rodola2020-02-091-0/+3
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-011-0/+10
* 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