summaryrefslogtreecommitdiff
path: root/psutil/tests/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* test: avoid failing at import timeGiampaolo Rodola2019-03-061-1/+0
* Fix #1329: [AIX] disable some functions based on availability in libperfstat ...wiggin152019-03-051-3/+4
* fix ResourceWarningrelease-5.6.0Giampaolo Rodola2019-03-051-2/+2
* #1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSXGiampaolo Rodola2019-02-281-1/+1
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...Giampaolo Rodola2019-02-271-1/+1
* fix backslash warningsGiampaolo Rodola2019-02-261-0/+3
* fix #1414: linux test failure because of sensors_batter() exc on importGiampaolo Rodola2019-02-261-1/+4
* fix #1424: workaround for subprocess bug on Windows returnin ERROR_INVALID_HA...Giampaolo Rodola2019-02-241-1/+1
* fix windows testGiampaolo Rodola2019-02-211-2/+5
* make flake8 happyGiampaolo Rodola2018-12-011-1/+1
* fix PEP8 style mistakesGiampaolo Rodola2018-11-071-1/+1
* fix different travis failuresGiampaolo Rodola2018-10-121-9/+3
* disambiguate TESTFN for parallel testingGiampaolo Rodola2018-07-271-2/+19
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-291-1/+1
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-4/+4
* #1273 net_if_addr() namedtuple name has been renamed from "snic" to "snicaddr".Giampaolo Rodola2018-05-041-1/+1
* have safe_rmpath() on windows retry for 1 sec in case of failure as a workaro...Giampaolo Rodola2018-04-111-4/+26
* fix appveyor failure, see https://ci.appveyor.com/project/giampaolo/psutil/bu...Giampaolo Rodola2018-03-281-1/+3
* fix #1238: sensors_battery() may return None in case battery is not listed as...Giampaolo Rodola2018-03-201-1/+1
* suppress warnings from mock moduleGiampaolo Rodola2018-03-171-1/+3
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+1198
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-1198/+0
* rename funGiampaolo Rodola2018-02-141-5/+5
* be smarter in searching python exeGiampaolo Rodola2017-11-231-7/+22
* do not test platf specific modules on wheelhouseGiampaolo Rodola2017-11-231-4/+7
* OSX: implement sensors_battery (#1177)wiggin152017-11-191-1/+1
* fix unicode errGiampaolo Rodola2017-11-121-1/+5
* refactor PSUTIL_TESTING C APIsGiampaolo Rodola2017-11-121-3/+3