summaryrefslogtreecommitdiff
path: root/psutil/tests
Commit message (Expand)AuthorAgeFilesLines
* fix testsfs-exceptionsGiampaolo Rodola2019-06-271-1/+2
* port more stuffGiampaolo Rodola2019-06-262-6/+5
* port more stuffGiampaolo Rodola2019-06-261-14/+13
* more portsGiampaolo Rodola2019-06-262-10/+7
* use SO_REUSEADDR on UNIX onlyGiampaolo Rodola2019-06-261-2/+2
* version bump + fix typoGiampaolo Rodola2019-06-191-1/+1
* rename class namesGiampaolo Rodola2019-06-141-7/+8
* fix FreeBSD testsGiampaolo Rodola2019-06-141-20/+24
* fix various testsGiampaolo Rodola2019-06-143-3/+15
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-144-171/+203
* fix bsd testGiampaolo Rodola2019-06-131-1/+1
* skip pure-python mem test on linuxGiampaolo Rodola2019-05-301-0/+1
* update CREDITS + small style fixGiampaolo Rodola2019-05-081-5/+0
* Fix some tests on AIX (#1507)wiggin152019-05-081-3/+17
* Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari)wiggin152019-05-071-1/+1
* Fix #1276: [AIX] use getargs to get process cmdline (#1500) (patch by @wiggi...wiggin152019-05-061-0/+16
* Fix cpu freq (#1496)David Brochart2019-04-262-7/+25
* Update cpu_freq to return 0 for max/min if not available (#1487)Alex Manuskin2019-04-251-4/+4
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-114-0/+31
* Linux / CPU freq, fixes #1481Alex Manuskin2019-04-051-34/+47
* move bytes2human() into psutil._common and reused it from scripts dirGiampaolo Rodola2019-04-051-19/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-04-051-7/+15
|\
| * fix windows failure re. py 2 vs. 3Giampaolo Rodola2019-04-051-7/+15
* | 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
* don't fail if there are not prev failed testsGiampaolo Rodola2019-04-051-1/+3
* fix #1478: add make command to re-run tests failed on last runGiampaolo Rodola2019-04-051-2/+25
* [Win] return value is not properly handled for undocumented NT* Windows APIs....Giampaolo Rodola2019-04-041-2/+5
* properly check OSError.winerrorwinerr-handlingGiampaolo Rodola2019-04-041-8/+8
* refactor ionice() on LinuxGiampaolo Rodola2019-04-041-29/+27
* ionice test refactoringGiampaolo Rodola2019-04-041-48/+50
* #1458: implement colors on WindowsGiampaolo Rodola2019-03-181-7/+49
* update HISTORY / CREDITS, fix some C warningsGiampaolo Rodola2019-03-171-2/+1
* issue #1404 / linux / phys CPUs countGiampaolo Rodola2019-03-141-4/+6
* Big docfix (#1464)Giampaolo Rodola2019-03-149-128/+149
* Make tests invariant to LANG setting (#1462)Benjamin Drung2019-03-131-3/+3
* test runner: show errors on KeyboardInterruptGiampaolo Rodola2019-03-131-3/+18
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-1317-57/+48
* Coloured tests (#1459)Giampaolo Rodola2019-03-1317-61/+141
* run win specific tests twice as fastGiampaolo Rodola2019-03-091-22/+10
* test refactoringGiampaolo Rodola2019-03-101-47/+57
* test: avoid failing at import timeGiampaolo Rodola2019-03-062-3/+2
* Fix #1329: [AIX] disable some functions based on availability in libperfstat ...wiggin152019-03-056-6/+17
* fix ResourceWarningrelease-5.6.0Giampaolo Rodola2019-03-051-2/+2
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2019-02-281-1/+1
|\
| * Restore Win-7 support on GIT master (5.5.1 was OK) (#1446)Giampaolo Rodola2019-02-281-1/+1
* | #1291: (BACKWARD-INCOMPATIBLE) remove memory_maps() on OSXGiampaolo Rodola2019-02-284-14/+3
|/
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...Giampaolo Rodola2019-02-274-6/+13
* add win tests related to send_signal(CTRL_C_EVENT) #1227Giampaolo Rodola2019-02-261-4/+8