summaryrefslogtreecommitdiff
path: root/psutil/tests/test_linux.py
Commit message (Expand)AuthorAgeFilesLines
* #1359: add test case for cpu_count(logical=False) against lscpu utilityGiampaolo Rodola2018-11-081-0/+10
* fix #1307: [Linux] disk_partitions() does not honour PROCFS_PATHGiampaolo Rodola2018-10-191-0/+12
* #1197 / linux / cpu_freq(): parse /proc/cpuinfo in case /sys/devices/system/c...Giampaolo Rodola2018-10-161-0/+29
* fix travisGiampaolo Rodola2018-10-121-3/+1
* give credits to @alxchk for #1346 (sunOS)Giampaolo Rodola2018-10-111-2/+1
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-10-011-1/+39
|\
| * Add parsing for /sys/class/thermal (#1345)Alex Manuskin2018-10-011-1/+39
* | use memory tolerance in occasionally failing testGiampaolo Rodola2018-09-281-1/+1
|/
* #1341: move open() utilities/wrappers in _common.pyGiampaolo Rodola2018-09-261-11/+11
* Refactored ps() function in test_posix (#1341)E. M. Bray2018-09-261-8/+0
* #1321 add unit testsGiampaolo Rodola2018-08-131-0/+20
* #1321: refactoringGiampaolo Rodola2018-08-131-1/+1
* remove old testGiampaolo Rodola2018-08-011-19/+0
* disk_io_counters() - linux: mimic iostat behavior (#1313)Giampaolo Rodola2018-07-291-27/+62
* remove outdated linux testGiampaolo Rodola2018-05-041-14/+0
* remove duplicate testGiampaolo Rodola2018-03-241-67/+0
* Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2018-03-201-371/+345
|\
| * refactor open mock + add purge script (#1249)Giampaolo Rodola2018-03-171-411/+361
* | linux: disable unreliable testGiampaolo Rodola2018-03-171-14/+15
* | linux: add mock test for virtual_memory()Giampaolo Rodola2018-03-171-25/+73
|/
* Adding 'slab' info to virtual_memory on linux (#1239)maxime mouial2018-03-171-0/+26
* Ignore negative deltas in cpu times when calculating percentages (#1210) (#1214)wiggin152018-03-141-0/+51
* #1222 / linux / memory_full_info: we were erroneously adding "Pss:" and "Swap...Giampaolo Rodola2018-03-131-0/+40
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+1910
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-1910/+0
* fix #1179 / linux / cmdline: handle processes erroneously overwriting /proc/p...Giampaolo Rodola2017-11-281-0/+14
* skip cpu_freq tests if not available (#1170)wiggin152017-11-111-0/+6
* Fix test_emulate_energy_full_not_avail (#1163)Jon Dufresne2017-10-291-1/+3
* Fix network tests for newer ifconfig versions. (#1160)Adrian Page2017-10-281-9/+13
* fix TypeError on OSXGiampaolo Rodola2017-08-011-1/+1
* add test for parsing of /status file on LinuxGiampaolo Rodola2017-07-311-0/+31
* #1110: add test for parsing of /stat file on LinuxGiampaolo Rodola2017-07-311-0/+66
* skip test on travis; update MANIFESTGiampaolo Rodola2017-06-071-1/+2
* fix test and update docGiampaolo Rodola2017-06-071-3/+9
* fix #1071: provide fallback for cpu_freq() in case main current freq file is ...Giampaolo Rodola2017-06-071-0/+32
* 1058 enable fix warnings (#1059)Giampaolo Rodola2017-05-101-6/+18
* Merge /home/ygingras/src/psutilYannick Gingras2017-05-091-12/+12
|\
| * Marked regexp patterns as raw strings and bytes to address the invalid escape...Yannick Gingras2017-05-091-12/+12
* | #802: update doc + apply wrap function to disk and net io functionsGiampaolo Rodola2017-05-091-4/+5
|/
* fix linux testGiampaolo Rodola2017-05-061-17/+18
* fix osx / linux on travisGiampaolo Rodola2017-04-301-0/+2
* use HAS_ support constants in testsGiampaolo Rodola2017-04-301-2/+2
* use HAS_ support constants in testsGiampaolo Rodola2017-04-301-2/+0
* avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)Giampaolo Rodola2017-04-301-33/+29
* move testsGiampaolo Rodola2017-04-301-33/+0
* #1039 make sure we never return unicodeGiampaolo Rodola2017-04-301-21/+21
* disable test occasionally failing on travisGiampaolo Rodola2017-04-301-0/+2
* disable failing tests on travisGiampaolo Rodola2017-04-291-0/+2
* skip rlimit() test if not availalbleGiampaolo Rodola2017-04-271-0/+3
* fix linux testGiampaolo Rodola2017-04-261-3/+3