summaryrefslogtreecommitdiff
path: root/psutil/tests/test_system.py
Commit message (Expand)AuthorAgeFilesLines
* re-enable test on appveyor; remove unused C codeGiampaolo Rodola2017-11-121-1/+3
* #1152: (DeviceIOControl), skip disk on ERROR_INVALID_FUNCTION and ERROR_NOT_S...Giampaolo Rodola2017-11-121-1/+1
* AIX support (#1123)wiggin152017-09-261-1/+3
* Fix #1055, fix #1085, fix #1087.Giampaolo Rodola2017-05-191-0/+12
* fix 1062: avoid TypeError on disk|net_io_counters() if no disks or NICs are i...Giampaolo Rodola2017-05-121-0/+18
* small test refactoringGiampaolo Rodola2017-05-051-6/+2
* fix failing testGiampaolo Rodola2017-05-051-1/+1
* fix #1051: make disk_usage() on python 3 able to deal with bytesGiampaolo Rodola2017-05-041-5/+3
* #1022 / users(): PID cannot be determined on OpenBSD so we set it to NoneGiampaolo Rodola2017-05-011-3/+3
* use HAS_ support constants in testsGiampaolo Rodola2017-04-301-4/+3
* define support constants to check availability of functionalitiesGiampaolo Rodola2017-04-301-10/+10
* avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)Giampaolo Rodola2017-04-301-11/+11
* #1039 make sure we never return unicodeGiampaolo Rodola2017-04-301-15/+15
* check named tuplesGiampaolo Rodola2017-04-301-0/+9
* move connections-related tests in their own fileGiampaolo Rodola2017-04-291-22/+0
* minor refactoringGiampaolo Rodola2017-04-281-1/+2
* skip unicode tests on system with ASCII fs encodingGiampaolo Rodola2017-04-281-1/+2
* fix unicode test on ASCII machinesGiampaolo Rodola2017-04-271-4/+8
* fix windows testGiampaolo Rodola2017-04-271-6/+7
* fix some windows testsGiampaolo Rodola2017-04-271-2/+2
* fix test; update docGiampaolo Rodola2017-04-261-1/+1
* #1025: add process_iter(attrs, ad_value) test caseGiampaolo Rodola2017-04-261-0/+19
* #1022: fix users() on Linux; update doc; bump up versionGiampaolo Rodola2017-04-251-0/+4
* fix some code smellsGiampaolo Rodola2017-04-251-2/+0
* increase test coverageGiampaolo Rodola2017-04-251-0/+2
* fix travis failureGiampaolo Rodola2017-04-231-1/+1
* fix travis failureGiampaolo Rodola2017-04-231-2/+1
* try to re-enable some travis teststGiampaolo Rodola2017-04-231-1/+1
* assume AF_INET6 is always availableGiampaolo Rodola2017-04-231-3/+2
* really provide a unicode test for disk_usage() (we were doing it wrong)Giampaolo Rodola2017-04-231-2/+1
* some refactoringGiampaolo Rodola2017-04-231-7/+2
* provide an actual test for sensors_temperatures(fahrenheit=True)Giampaolo Rodola2017-04-231-3/+11
* increase test coverage for sensors_temperatures() + refactor test constants +...Giampaolo Rodola2017-04-231-2/+7
* #974: move sensors_fans() testGiampaolo Rodola2017-02-131-7/+18
* fix osx testGiampaolo Rodola2017-02-091-1/+2
* fix #970 [Linux] sensors_battery()'s name and label fields on Python 3 are bytesGiampaolo Rodola2017-02-031-1/+10
* merge from masterGiampaolo Rodola2017-02-011-0/+16
|\
| * merge from master371-temperaturesGiampaolo Rodola2017-02-011-3/+4
| |\
| * | #371 add sensors.py example scriptGiampaolo Rodola2017-01-241-1/+0
| * | refactoringGiampaolo Rodola2017-01-241-8/+13
| * | Merge branch 'master' into 371-temperaturesGiampaolo Rodola2017-01-241-0/+1
| |\ \
| * | | rename functionGiampaolo Rodola2017-01-241-0/+12
* | | | Merge branch 'master' into 955-battery-sensorsGiampaolo Rodola2017-02-011-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | fix testGiampaolo Rodola2017-01-311-1/+1
* | | | small refactoringGiampaolo Rodola2017-01-271-1/+1
* | | | #955: add power_plugged infoGiampaolo Rodola2017-01-271-3/+6
* | | | Merge branch 'master' into 955-battery-sensorsGiampaolo Rodola2017-01-261-2/+3
|\ \ \ \ | |/ / /
| * | | fix travis failureGiampaolo Rodola2017-01-261-5/+3
| * | | debug travis failureGiampaolo Rodola2017-01-261-0/+3
| | |/ | |/|
* | | #955: sensors_batter() win implGiampaolo Rodola2017-01-261-0/+5