summaryrefslogtreecommitdiff
path: root/psutil/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* add Linux specific test for NIC MTUGiampaolo Rodola2020-09-211-0/+5
* If the batery is not available set it to false (#1717)Tomáš Chvátal2020-08-132-1/+3
* Implement Process.environ() on *BSD family (#1800) (patch by Armin Gruner)Armin Gruner2020-08-132-2/+3
* give CREDITS for #1768 and #1781Giampaolo Rodola2020-07-052-4/+2
* update personal site URLGiampaolo Rodola2020-06-161-3/+2
* Sort results in test_cpu_affinity_all_combinations (#1769)Michał Górny2020-05-261-1/+1
* Build wheel2 (#1762)Grzegorz Bokota2020-05-252-0/+3
* [macOS] Fix zombie leak detection on (#1766)Giampaolo Rodola2020-05-253-0/+9
* fix conn combos failure of #1762Giampaolo Rodola2020-05-231-17/+16
* Wheels 3 (#1764)Giampaolo Rodola2020-05-238-129/+88
* some fixes to help #1762Giampaolo Rodola2020-05-185-46/+65
* memleak test: retries 10 times on CI instead of 5Giampaolo Rodola2020-05-181-2/+2
* refactor FetchAll testGiampaolo Rodola2020-05-181-8/+4
* fix occasional false positivesGiampaolo Rodola2020-05-182-2/+4
* Wheels2 (#1761)Giampaolo Rodola2020-05-189-82/+135
* Have GitHub build wheels on commit (#1758)Grzegorz Bokota2020-05-163-3/+8
* #1758: fix github failuresGiampaolo Rodola2020-05-156-21/+12
* better #ifdef detection for prlimit() availbilityGiampaolo Rodola2020-05-151-22/+19
* shorter testfnGiampaolo Rodola2020-05-151-3/+1