summaryrefslogtreecommitdiff
path: root/psutil/tests
Commit message (Expand)AuthorAgeFilesLines
* add FreeBSD specific test case for cpu_info() modelcpu-infoGiampaolo Rodola2022-01-171-0/+3
* add test case for CPU flags on FreeBSDGiampaolo Rodola2022-01-171-0/+6
* add test case for CPU vendor on FreeBSDGiampaolo Rodola2022-01-171-0/+12
* merge from masterGiampaolo Rodola2022-01-162-3/+3
|\
| * OpenBSD: add support for CPU frequency (#2057)Giampaolo Rodola2022-01-161-1/+1
| * fix py 2.7 failuresGiampaolo Rodola2022-01-161-2/+2
* | merge from masterGiampaolo Rodola2022-01-1517-261/+446
|\ \ | |/
| * 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
* | add generic test for cpu_info()Giampaolo Rodola2020-12-241-1/+9
* | add some win specific testsGiampaolo Rodola2020-12-231-0/+10
* | merge from masterGiampaolo Rodola2020-12-215-16/+16
|\ \ | |/
| * Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-215-15/+15
* | new macOS specific testsGiampaolo Rodola2020-12-201-0/+28
* | small test refactoringGiampaolo Rodola2020-12-201-14/+12
* | add some testsGiampaolo Rodola2020-12-201-1/+20
* | add draft cpu_info() on macOSGiampaolo Rodola2020-12-202-1/+7
|/
* 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