summaryrefslogtreecommitdiff
path: root/psutil/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | Drop Python 2.6 support (#2039)Matthieu Darbois2022-04-152-3/+1
* | rename test functionsGiampaolo Rodola2022-04-101-5/+5
* | 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-152-2/+2
* | Improves robustness of some tests that were too environment-specific (#2080)Steve Dower2022-02-252-14/+42
|/
* OpenBSD: add support for CPU frequency (#2057)Giampaolo Rodola2022-01-161-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-083-10/+15
* use explicit 'raise self.fail(...)' in unit testsGiampaolo Rodola2022-01-077-25/+26
* move stuff around in test_misc.pyGiampaolo Rodola2022-01-071-66/+78
* fix #2048: str(psutil.Error) raise AttributeErrorGiampaolo Rodola2022-01-071-1/+10
* pre-releaserelease-5.9.0Giampaolo Rodola2021-12-291-0/+2
* HISTORY.rst add hyperlinks pointing to psutil API doc (#2042)Giampaolo Rodola2021-12-291-2/+4
* assert scripts have +x bitGiampaolo Rodola2021-12-151-5/+6
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-1417-74/+86
* Fix CI tests / wheels / workflow (#2024)Giampaolo Rodola2021-11-294-12/+8
* PSUTIL_DEBUG: print file + line number for C ext modules (#2005)Giampaolo Rodola2021-10-264-5/+13
* Changes to debug() function:Giampaolo Rodola2021-10-141-0/+31
* [Linux] convert /dev/root device to real path (fixes #1999) (#2000)Giampaolo Rodola2021-10-141-0/+64
* remove dead windows codeGiampaolo Rodola2021-10-141-14/+0
* tests: move per-module imports at the top of the file(s)Giampaolo Rodola2021-10-144-12/+17
* Use assertEqual instead of assertEquals for Python 3.11 compatibility. (#1995)Karthikeyan Singaravelan2021-10-081-1/+1
* 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
* Improve custom error tracebacks and messages (#1992)Giampaolo Rodola2021-10-033-33/+60
* 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-215-15/+15
* update INSTALL.rst + fix CI failuresGiampaolo Rodola2020-12-192-0/+7
* fix around macos failure on CIrelease-5.8.0Giampaolo Rodola2020-12-191-1/+2
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-174-19/+26
* workaround for environ() on CI + MACOSGiampaolo Rodola2020-12-141-1/+10
* [Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)Giampaolo Rodola2020-12-141-2/+6
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-1511-119/+51
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-1510-148/+227
* OSX: put sysctl() + KERN_PROCARGS2 in its own functionGiampaolo Rodola2020-11-113-17/+14
* Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)Giampaolo Rodola2020-10-312-2/+6
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-242-6/+16
* [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-233-15/+21
* 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
* increase test coverageGiampaolo Rodola2020-10-171-0/+2
* skip GH action tests on osx + pypyGiampaolo Rodola2020-10-172-13/+1
* add linux tests for broadcast and netmask addressesGiampaolo Rodola2020-10-051-0/+34
* remove faulty testGiampaolo Rodola2020-09-272-14/+1
* add IPv6 address testGiampaolo Rodola2020-09-241-1/+26
* Use IFF_RUNNING instead of IFF_UP for Linux (#1831)Chris2020-09-211-2/+1