summaryrefslogtreecommitdiff
path: root/psutil/tests/test_process.py
Commit message (Expand)AuthorAgeFilesLines
* #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
* investigat travis failureGiampaolo Rodola2017-10-061-1/+2
* investigat travis failureGiampaolo Rodola2017-10-061-1/+4
* investigate travis failureGiampaolo Rodola2017-10-061-0/+3
* AIX support (#1123)wiggin152017-09-261-1/+4
* try to fix travis failureGiampaolo Rodola2017-09-261-2/+17
* #1126: temporarily disable failing testGiampaolo Rodola2017-09-101-0/+2
* 1044 osx zombies (#1100)Giampaolo Rodola2017-06-071-90/+53
* Fix #1055, fix #1085, fix #1087.Giampaolo Rodola2017-05-191-0/+6
* PSUTIL_TESTING env var (#1083)Giampaolo Rodola2017-05-181-0/+2
* skip signal.CTRL_ test on py 2.6Giampaolo Rodola2017-05-171-1/+1
* add Popen test for making sure NSP is raised on kill() and terminate()Giampaolo Rodola2017-05-171-9/+24
* move psutil.Popen tests in their own classGiampaolo Rodola2017-05-171-29/+41
* 1058 enable fix warnings (#1059)Giampaolo Rodola2017-05-101-1/+3
* make ThreadTask a ctx managerGiampaolo Rodola2017-05-081-10/+2
* prevent windows tests to open error dialogs/windowsGiampaolo Rodola2017-05-071-1/+4
* refactor testsGiampaolo Rodola2017-05-031-15/+8
* refactor copyload_shared_libGiampaolo Rodola2017-05-021-3/+5
* tunr copyload_shared_lib into a ctx manager and refactor testsGiampaolo Rodola2017-05-021-9/+5
* fix mem maps test with regard for realpathsGiampaolo Rodola2017-05-011-3/+5
* #1040: add funky unicode test for memory_maps()Giampaolo Rodola2017-05-011-1/+2
* #1014: make test work on Windows (use normcase)Giampaolo Rodola2017-05-011-4/+5
* #1041: add test for memory_maps() which loads a .so lib and makes sure it get...Giampaolo Rodola2017-05-011-1/+11
* use HAS_ support constants in testsGiampaolo Rodola2017-04-301-16/+8
* use HAS_ support constants in testsGiampaolo Rodola2017-04-301-10/+12
* avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)Giampaolo Rodola2017-04-301-32/+30
* skip test on winGiampaolo Rodola2017-04-301-1/+1