summaryrefslogtreecommitdiff
path: root/psutil/tests/test_system.py
Commit message (Expand)AuthorAgeFilesLines
* merge from master371-temperaturesGiampaolo Rodola2017-02-011-3/+4
|\
| * fix testGiampaolo Rodola2017-01-311-1/+1
| * fix travis failureGiampaolo Rodola2017-01-261-5/+3
| * debug travis failureGiampaolo Rodola2017-01-261-0/+3
* | #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
|\ \ | |/
| * fix TypeErrorGiampaolo Rodola2017-01-241-0/+1
* | rename functionGiampaolo Rodola2017-01-241-0/+12
|/
* #941: add docGiampaolo Rodola2017-01-201-5/+13
* #941: implement cpu_freq() for OSXGiampaolo Rodola2016-12-031-1/+2
* #941: implement cpu_freq() for LinuxGiampaolo Rodola2016-12-021-0/+10
* try to fix tests on travisGiampaolo Rodola2016-11-131-2/+4
* try to fix tests on travisGiampaolo Rodola2016-11-131-1/+1
* try to fix failure on appveyor due to case-sensitivnessGiampaolo Rodola2016-10-131-2/+3
* rephrase and standardize test skip messagesGiampaolo Rodola2016-10-071-7/+6
* remove unneeded C includesGiampaolo Rodola2016-10-041-0/+1
* add C macros to distinguish OSes from CGiampaolo Rodola2016-10-041-0/+36
* make more files executableGiampaolo Rodola2016-10-031-0/+0
* Merge pull request #901 from giampaolo/sync-test-primitivesGiampaolo Rodola2016-10-021-5/+4
|\
| * get rid of safe_remove and safe_rmdir and provide a single safe_rmpath functionGiampaolo Rodola2016-10-011-5/+4
* | Trying to bind a socket to the address of an interface that's down can fail, ...Erik M. Bray2016-09-271-12/+17
|/
* fix testGiampaolo Rodola2016-09-261-1/+1
* #874: update docs/history/creditsGiampaolo Rodola2016-09-231-1/+1
* better synchronize get_test_subprocess() so that it has more time to initiali...Giampaolo Rodola2016-09-231-1/+1
* #885: ValueError is raised if a negative integer is passed to cpu_percent() f...Giampaolo Rodola2016-09-131-0/+4
* update docsGiampaolo Rodola2016-03-121-1/+1
* relax cpu time testGiampaolo Rodola2016-03-051-1/+1
* #792 / cpu_stats: linux implGiampaolo Rodola2016-03-051-0/+9
* add cpu times testGiampaolo Rodola2016-03-041-9/+24
* rename funGiampaolo Rodola2016-03-031-2/+2
* fix #786: net_if_addrs() may report incomplete MAC addresses.Giampaolo Rodola2016-03-021-0/+17
* imorove test coverageGiampaolo Rodola2016-02-181-9/+4
* fix test + update docGiampaolo Rodola2016-02-151-3/+2
* #523 / disk_io_counters / OpenBSD: add busy_time fieldGiampaolo Rodola2016-01-141-13/+13
* little test refactoringGiampaolo Rodola2016-02-141-6/+3
* merge from master756-disk-io-busy-timeGiampaolo Rodola2016-02-141-0/+2
|\
| * disk_io_counters() / linux: add busy_timeGiampaolo Rodola2016-02-141-0/+2
* | fix testsGiampaolo Rodola2016-02-141-0/+8
|\ \ | |/
| * fix #756 / linux / disk_io_counters: add r/w merged count fieldsGiampaolo Rodola2016-02-141-0/+5
|/
* fix tox testsGiampaolo Rodola2016-02-081-2/+3
* fix #350 move tests in psutil namespace (and split them)Giampaolo Rodola2016-02-081-0/+649