summaryrefslogtreecommitdiff
path: root/psutil/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* fix runGiampaolo Rodola2020-05-171-3/+3
* try to skip PYPY wheels on linuxGiampaolo Rodola2020-05-171-6/+6
* print sysinfo at the end of test runGiampaolo Rodola2020-05-171-1/+40
* small refactoringGiampaolo Rodola2020-05-171-4/+4
* print sysinfo on CIGiampaolo Rodola2020-05-171-1/+0
* try to fix testGiampaolo Rodola2020-05-171-1/+1
* adjust some testsGiampaolo Rodola2020-05-171-1/+1
* adjust some testsGiampaolo Rodola2020-05-171-4/+7
* fix testsGiampaolo Rodola2020-05-171-1/+1
* try to fix some failuresGiampaolo Rodola2020-05-171-1/+1
* Have GitHub build wheels on commit (#1758)Grzegorz Bokota2020-05-161-2/+5
* #1758: fix github failuresGiampaolo Rodola2020-05-151-1/+1
* shorter testfnGiampaolo Rodola2020-05-151-3/+1
* always execute python memleak tests on linux (just fewer times)Giampaolo Rodola2020-05-131-5/+7
* put fds test in mem leak classGiampaolo Rodola2020-05-131-65/+54
* remove dead codeGiampaolo Rodola2020-05-131-6/+0
* Memory leak test: take fluctuations into account (#1757)Giampaolo Rodola2020-05-131-76/+59
* Add new TestFdsLeak test class (#1752)Giampaolo Rodola2020-05-061-49/+93
* have mem leak test class check num of fds/handlesGiampaolo Rodola2020-05-041-1/+23
* Refactor tests calling all process methods (process_namespace class) (#1749)Giampaolo Rodola2020-05-041-4/+225
* Process wait() improvements (#1747)Giampaolo Rodola2020-05-031-18/+20
* Refactor process test utils methods (#1745)Giampaolo Rodola2020-05-011-13/+14
* Revert #1736: Popen inheriting from subprocess (#1744)Giampaolo Rodola2020-05-011-15/+6
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-66/+73
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-281-82/+114
* create_zombie_proc() make it return parent so that we can kill zombieGiampaolo Rodola2020-04-281-5/+8
* psutil.Popen: inherit from subprocess + support wait(timeout=...) parameter (...Giampaolo Rodola2020-04-281-10/+29
* add new termina() test utilGiampaolo Rodola2020-04-271-56/+73
* Merge branch 'master' into devreap-childrenGiampaolo Rodola2020-04-261-3/+13
|\
| * Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-3/+13
* | rename varGiampaolo Rodola2020-04-261-2/+2
|/
* trick to execute atexit functions in case of SIGTERMGiampaolo Rodola2020-04-251-21/+34
* Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-241-72/+58
* Backport python 3 super() (#1733)Giampaolo Rodola2020-04-241-3/+3
* MemoryLeakTest class enhancements (#1731)Giampaolo Rodola2020-04-231-2/+119
* Git hook for renamed/added/deleted files + flake8 print() + tidelift (#1704)Giampaolo Rodola2020-02-211-1/+1
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-111-2/+4
* skip memleak tests on PyPy: they are unreliable probably because of the JITGiampaolo Rodola2020-02-101-1/+0
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-011-4/+1
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-241-4/+5
* properly cleanup C threadGiampaolo Rodola2020-01-141-1/+1
* fix some win testsGiampaolo Rodola2020-01-061-1/+4
* fix #1656: [Windows] Process.memory_full_info() raises AccessDenied even for ...Giampaolo Rodola2020-01-061-1/+1
* HERE: use realpath() instead of abspath() because of failures seen in https:/...Giampaolo Rodola2019-12-181-2/+3
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-16/+15
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-78/+7
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-111-0/+1
* Big docfix (#1464)Giampaolo Rodola2019-03-141-5/+9
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+1
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-46/+4