summaryrefslogtreecommitdiff
path: root/psutil/tests/test_linux.py
Commit message (Expand)AuthorAgeFilesLines
* Fix Linux test: allow '-dirty' or other version postfixes (#2221)Mark Asselstine2023-04-051-1/+1
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-9/+9
* [Linux] guess `available` virtual_memory() if kernel says it's 0 (#2052)Giampaolo Rodola2023-03-291-36/+64
* fix linux testsGiampaolo Rodola2023-03-281-3/+0
* resolve conflictsGiampaolo Rodola2022-09-191-1/+1
|\
| * Fix typosKian-Meng Ang2022-01-271-2/+2
* | net_if_stats() -> flags: do not return unicode on Python 2 (#2142)Matthieu Darbois2022-09-191-0/+9
* | add ifconfig test case for NIC flags re. to #2037Giampaolo Rodola2022-09-061-0/+21
* | linux: skip test if ifconfig CLI is not installedGiampaolo Rodola2022-07-261-0/+2
* | [Linux] Speedup `Process.full_memory_info()` (#2108)Giampaolo Rodola2022-05-181-22/+13
* | Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-161-1/+1
* | use autopep8 to automatically fix (some) flake8 failures; get rid of old hand...Giampaolo Rodola2022-04-061-3/+3
* | Fixed an issue that caused linux tests to fail when running on a system with ...myheroyuki2022-03-181-12/+17
* | fix some typos (#2085)cui fliter2022-03-151-1/+1
|/
* fix py 2.7 failuresGiampaolo Rodola2022-01-161-2/+2
* fix failing test on py 2.7Giampaolo Rodola2022-01-151-5/+7
* [Linux] cat/bcat utils refactoring (#2053)Giampaolo Rodola2022-01-081-9/+0
* use explicit 'raise self.fail(...)' in unit testsGiampaolo Rodola2022-01-071-1/+1
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-10/+12
* Fix CI tests / wheels / workflow (#2024)Giampaolo Rodola2021-11-291-5/+5
* [Linux] convert /dev/root device to real path (fixes #1999) (#2000)Giampaolo Rodola2021-10-141-0/+64
* tests: move per-module imports at the top of the file(s)Giampaolo Rodola2021-10-141-5/+6
* move/rename tests re. to #1955Giampaolo Rodola2021-10-051-22/+13
* Handle ENAMETOOLONG on Linux (#1940) (#1955)Nikita Radchenko2021-10-051-0/+35
* use ThreadTask as a ctx managerGiampaolo Rodola2021-10-051-5/+1
* Add tolerance to test_linux.TestSystemVirtualMemory.test_total (#1935)Miro HronĨok2021-04-151-1/+2
* Speed up cpu_frequncy() on Linux systems (#1851) (#1852)marxin2021-01-071-4/+0
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-4/+4
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-151-12/+0
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-1/+1
* add battery test; increase coverageGiampaolo Rodola2020-10-171-0/+23
* linux / cpu_count phys: take depreated */thread_siblings_list intoGiampaolo Rodola2020-10-171-0/+8
* skip GH action tests on osx + pypyGiampaolo Rodola2020-10-171-11/+0
* add linux tests for broadcast and netmask addressesGiampaolo Rodola2020-10-051-0/+34
* remove faulty testGiampaolo Rodola2020-09-271-11/+0
* add IPv6 address testGiampaolo Rodola2020-09-241-1/+26
* Use IFF_RUNNING instead of IFF_UP for Linux (#1831)Chris2020-09-211-2/+1
* add Linux specific test for NIC MTUGiampaolo Rodola2020-09-211-0/+5
* Wheels2 (#1761)Giampaolo Rodola2020-05-181-20/+23
* #1758: fix github failuresGiampaolo Rodola2020-05-151-0/+2
* fix some testsGiampaolo Rodola2020-05-151-6/+6
* Process wait() improvements (#1747)Giampaolo Rodola2020-05-031-0/+1
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-30/+29
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-281-5/+3
* psutil.Popen: inherit from subprocess + support wait(timeout=...) parameter (...Giampaolo Rodola2020-04-281-3/+3
* Merge branch 'master' into devreap-childrenGiampaolo Rodola2020-04-261-2/+3
|\
| * Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-2/+3
* | rename varGiampaolo Rodola2020-04-261-12/+12
|/
* Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-241-39/+36
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1