Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #1018: enable 'python -m psutil.tests' to run tests1018-test-refactoring | Giampaolo Rodola | 2017-04-24 | 10 | -70/+81 |
| | |||||
* | update README | Giampaolo Rodola | 2017-04-24 | 1 | -0/+2 |
| | |||||
* | update README | Giampaolo Rodola | 2017-04-24 | 2 | -2/+17 |
| | |||||
* | improve test coverage | Giampaolo Rodola | 2017-04-24 | 2 | -12/+26 |
| | |||||
* | improve test coverage | Giampaolo Rodola | 2017-04-24 | 1 | -7/+31 |
| | |||||
* | improve test coverage | Giampaolo Rodola | 2017-04-24 | 1 | -2/+24 |
| | |||||
* | improve test coverage | Giampaolo Rodola | 2017-04-24 | 4 | -20/+45 |
| | |||||
* | add UNIX test case for name()s longer than 15 chars | Giampaolo Rodola | 2017-04-23 | 1 | -0/+36 |
| | |||||
* | fix travis failure | Giampaolo Rodola | 2017-04-23 | 1 | -1/+1 |
| | |||||
* | fix travis failure | Giampaolo Rodola | 2017-04-23 | 3 | -7/+2 |
| | |||||
* | try to re-enable some travis testst | Giampaolo Rodola | 2017-04-23 | 3 | -6/+6 |
| | |||||
* | assume AF_INET6 is always available | Giampaolo Rodola | 2017-04-23 | 4 | -9/+7 |
| | |||||
* | really provide a unicode test for disk_usage() (we were doing it wrong) | Giampaolo Rodola | 2017-04-23 | 2 | -8/+2 |
| | |||||
* | some refactoring | Giampaolo Rodola | 2017-04-23 | 1 | -7/+2 |
| | |||||
* | provide an actual test for sensors_temperatures(fahrenheit=True) | Giampaolo Rodola | 2017-04-23 | 1 | -3/+11 |
| | |||||
* | fix failure on travis | Giampaolo Rodola | 2017-04-23 | 1 | -7/+7 |
| | |||||
* | increase test coverage on travis | Giampaolo Rodola | 2017-04-23 | 1 | -15/+26 |
| | |||||
* | increase test coverage | Giampaolo Rodola | 2017-04-23 | 2 | -3/+34 |
| | |||||
* | fix #1017 / net_io_counters(): do not raise RuntimeError in case no NICs are ↵ | Giampaolo Rodola | 2017-04-23 | 2 | -2/+2 |
| | | | | installed | ||||
* | fix #1016: do not raise RuntimeError in case no disks are installed | Giampaolo Rodola | 2017-04-23 | 2 | -2/+1 |
| | |||||
* | increase test coverage | Giampaolo Rodola | 2017-04-23 | 1 | -0/+20 |
| | |||||
* | add test case for Process.parent() | Giampaolo Rodola | 2017-04-23 | 1 | -1/+14 |
| | |||||
* | restore travis config to original status | Giampaolo Rodola | 2017-04-23 | 3 | -67/+80 |
| | |||||
* | attempt to fix travis + osx | Giampaolo Rodola | 2017-04-23 | 2 | -17/+18 |
| | |||||
* | attempt to fix travis + osx | Giampaolo Rodola | 2017-04-23 | 1 | -6/+6 |
| | |||||
* | attempt to fix travis + osx | Giampaolo Rodola | 2017-04-23 | 1 | -0/+1 |
| | |||||
* | attempt to fix travis + osx | Giampaolo Rodola | 2017-04-23 | 2 | -34/+37 |
| | |||||
* | attempt to fix travis + osx | Giampaolo Rodola | 2017-04-23 | 2 | -23/+27 |
| | |||||
* | refactoring | Giampaolo Rodola | 2017-04-23 | 2 | -8/+9 |
| | |||||
* | increase test coverage for sensors_temperatures() + refactor test constants ↵ | Giampaolo Rodola | 2017-04-23 | 5 | -48/+51 |
| | | | | + bump travis tollerance during tests | ||||
* | try to make coveralls show the right results | Giampaolo Rodola | 2017-04-23 | 3 | -7/+7 |
| | |||||
* | try to make coveralls show the right results | Giampaolo Rodola | 2017-04-23 | 1 | -9/+1 |
| | |||||
* | try to make coveralls show the right results | Giampaolo Rodola | 2017-04-23 | 2 | -6/+12 |
| | |||||
* | try to make coveralls show the right results | Giampaolo Rodola | 2017-04-23 | 1 | -0/+1 |
| | |||||
* | try to make coveralls show the right results | Giampaolo Rodola | 2017-04-23 | 1 | -6/+7 |
| | |||||
* | skip test on OSX | Giampaolo Rodola | 2017-04-23 | 1 | -0/+1 |
| | |||||
* | refactor test | Giampaolo Rodola | 2017-04-23 | 1 | -9/+9 |
| | |||||
* | #1015: add test case which makes sure sysinfo() syscall is used as a ↵ | Giampaolo Rodola | 2017-04-22 | 1 | -1/+29 |
| | | | | fallback in case /proc/meminfo provides no swap metrics | ||||
* | #1015: fix python3 failure https://travis-ci.org/giampaolo/psutil/jobs/224770921 | Giampaolo Rodola | 2017-04-22 | 1 | -2/+2 |
| | |||||
* | fix #1015 / linux: have swap_memory() rely on /proc fs instead of sysinfo() ↵ | Giampaolo Rodola | 2017-04-22 | 7 | -24/+64 |
| | | | | syscall in order to be nice with Linux containers such as Docker and Heroku | ||||
* | test case for #1014 | Giampaolo Rodola | 2017-04-21 | 1 | -0/+18 |
| | |||||
* | fix #1014: Linux can mask legitimate ENOENT exceptions as NoSuchProcess. | Giampaolo Rodola | 2017-04-21 | 3 | -7/+23 |
| | |||||
* | update README | Giampaolo Rodola | 2017-04-13 | 2 | -4/+4 |
| | |||||
* | small refactoring | Giampaolo Rodola | 2017-04-13 | 3 | -6/+8 |
| | |||||
* | pre-releaserelease-5.2.2 | Giampaolo Rodola | 2017-04-10 | 2 | -1/+2 |
| | |||||
* | fix #1010 / linux: virtual_memory() may raise ValueError | Giampaolo Rodola | 2017-04-10 | 2 | -2/+7 |
| | |||||
* | disable unreliable tests on travis | Giampaolo Rodola | 2017-04-09 | 1 | -0/+2 |
| | |||||
* | fix #1009: sensors_temperatures() may raise OSError. | Giampaolo Rodola | 2017-04-09 | 3 | -2/+30 |
| | |||||
* | fix sensors.py script on python 3 + fix linux test | Giampaolo Rodola | 2017-04-08 | 2 | -2/+5 |
| | |||||
* | fix #1006 / linux / cpu_freq(): do not define the function if not available ↵ | Giampaolo Rodola | 2017-04-06 | 4 | -2/+305 |
| | | | | instead of returning None |