summaryrefslogtreecommitdiff
path: root/psutil/tests
Commit message (Expand)AuthorAgeFilesLines
* Enhance Process repr and add exit codewait-exit-codeGiampaolo Rodola2020-05-022-11/+16
* remove Popen.wait() method (duplicate)Giampaolo Rodola2020-05-021-1/+1
* refactorGiampaolo Rodola2020-05-021-16/+2
* remove duplicate testGiampaolo Rodola2020-05-021-9/+0
* refactor testsGiampaolo Rodola2020-05-023-55/+79
* cache wait() ret valGiampaolo Rodola2020-05-022-6/+5
* move testsGiampaolo Rodola2020-05-021-66/+37
* localize variable access for speedupGiampaolo Rodola2020-05-022-1/+9
* handle SIGSTOP and SIGCONTGiampaolo Rodola2020-05-022-6/+22
* refactor wait_pid() and write unit testsGiampaolo Rodola2020-05-021-0/+43
* refactor signal testsGiampaolo Rodola2020-05-011-50/+38
* fix AttributeErrorGiampaolo Rodola2020-05-011-2/+8
* Refactor process test utils methods (#1745)Giampaolo Rodola2020-05-0111-178/+151
* Revert #1736: Popen inheriting from subprocess (#1744)Giampaolo Rodola2020-05-012-34/+27
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-3016-260/+256
* See: #1709: allow per-test parallelizationGiampaolo Rodola2020-04-303-141/+148
* refactoring / rename varsGiampaolo Rodola2020-04-291-12/+10
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-2812-215/+260
* show status() in __repr__Giampaolo Rodola2020-04-281-0/+2
* create_zombie_proc() make it return parent so that we can kill zombieGiampaolo Rodola2020-04-284-19/+27
* psutil.Popen: inherit from subprocess + support wait(timeout=...) parameter (...Giampaolo Rodola2020-04-284-16/+37
* add new termina() test utilGiampaolo Rodola2020-04-271-56/+73
* Merge branch 'master' into devreap-childrenGiampaolo Rodola2020-04-2618-113/+291
|\
| * Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-2618-113/+291
* | rename varGiampaolo Rodola2020-04-265-45/+45
|/
* trick to execute atexit functions in case of SIGTERMGiampaolo Rodola2020-04-251-21/+34
* Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-2410-355/+300
* Backport python 3 super() (#1733)Giampaolo Rodola2020-04-244-10/+9
* MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-234-436/+548
* Fix detecting empty result in TestSystemAPIs.test_users() (#1699)Michał Górny2020-02-211-2/+2
* Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704)Giampaolo Rodola2020-02-211-1/+1
* revert #1667 process_iter() new_only paramGiampaolo Rodola2020-02-181-16/+0
* #1053 fix syntax incompatible with py2.6Giampaolo Rodola2020-02-161-2/+1
* remove deprecation test: it fails intermittently because warnings uses a glob...Giampaolo Rodola2020-02-161-17/+0
* get rid of pip_install() code for py2; move everything in runner.pyGiampaolo Rodola2020-02-153-84/+17
* point all shebangs to python 3Giampaolo Rodola2020-02-1516-16/+16
* refactor print colors utilsGiampaolo Rodola2020-02-152-76/+25
* divide test_system.py unit tests in multiple classesGiampaolo Rodola2020-02-141-183/+200
* fix testsGiampaolo Rodola2020-02-132-2/+6
* #1659: provide error message in case of bugged PYPY2 versionGiampaolo Rodola2020-02-141-4/+0
* #1681, revert 00a3398Giampaolo Rodola2020-02-131-19/+0
* fix pypy on LinuxGiampaolo Rodola2020-02-121-2/+2
* refactor docGiampaolo Rodola2020-02-121-5/+26
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-116-12/+35
* fix #1681 / linux / disk_partitions: show swapGiampaolo Rodola2020-02-111-0/+16
* skip memleak tests on PyPy: they are unreliable probably because of the JITGiampaolo Rodola2020-02-102-5/+7
* Fix test errors for PYPY.Giampaolo Rodola2020-02-092-0/+4
* [Linux] disk_io_counters() ValueError when parsing /sys/block (#1684)Giampaolo Rodola2020-02-091-21/+2
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-015-53/+21
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-297-24/+26