summaryrefslogtreecommitdiff
path: root/psutil/tests/test_system.py
Commit message (Expand)AuthorAgeFilesLines
* Fix #2237, OpenBSD, cwd(): return None instead of FileNotFoundErrorGiampaolo Rodola2023-04-161-1/+1
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-9/+9
* fix: linter issues from #2146 (#2155)Matthieu Darbois2022-10-181-1/+2
* chore: skip test_cpu_freq on macOS arm64 (#2146)Matthieu Darbois2022-10-181-0/+3
* fix: disk usage report on macOS 12+ (#2152)Matthieu Darbois2022-10-051-2/+5
* Add in support for network interface flags. (#2037)Chris Lalancette2022-09-061-1/+2
* Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-161-1/+1
* fix some typos (#2085)cui fliter2022-03-151-1/+1
* [Linux] cat/bcat utils refactoring (#2053)Giampaolo Rodola2022-01-081-1/+1
* use explicit 'raise self.fail(...)' in unit testsGiampaolo Rodola2022-01-071-6/+5
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-6/+6
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-8/+8
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-8/+0
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-151-10/+1
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-3/+3
* OSX: put sysctl() + KERN_PROCARGS2 in its own functionGiampaolo Rodola2020-11-111-4/+6
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-6/+14
* increase test coverageGiampaolo Rodola2020-10-171-0/+2
* Wheels 3 (#1764)Giampaolo Rodola2020-05-231-3/+4
* Wheels2 (#1761)Giampaolo Rodola2020-05-181-3/+5
* Have GitHub build wheels on commit (#1758)Grzegorz Bokota2020-05-161-1/+2
* restore file permissionsGiampaolo Rodola2020-05-051-0/+0
* Refactor process test utils methods (#1745)Giampaolo Rodola2020-05-011-10/+10
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-10/+9
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-281-15/+10
* Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-9/+2
* Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-241-11/+6
* revert #1667 process_iter() new_only paramGiampaolo Rodola2020-02-181-16/+0
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* divide test_system.py unit tests in multiple classesGiampaolo Rodola2020-02-141-183/+200
* fix pypy on LinuxGiampaolo Rodola2020-02-121-2/+2
* Add support for PyPy on Windows (#1686)Giampaolo Rodola2020-02-111-1/+6
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-241-7/+11
* Add *new_only* parameter for process_iter() (#1667)Giampaolo Rodola2020-01-181-1/+17
* fix more CentOS failuresGiampaolo Rodola2019-10-101-10/+9
* test_system: relax test_disk_partitions asserts on mountpoints (#1600)Riccardo Magliocchetti2019-10-081-5/+2
* PEP-3151: backport FS exceptions to Python 2 (#1544)Giampaolo Rodola2019-06-281-2/+2
* Fix cpu freq (#1496)David Brochart2019-04-261-1/+2
* Implement getloadavg on Windows. Fixes #604 and #1484 (#1485) (patch by Ammar...Ammar Askar2019-04-111-0/+10
* Big docfix (#1464)Giampaolo Rodola2019-03-141-3/+3
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
* Fix #1329: [AIX] disable some functions based on availability in libperfstat ...wiggin152019-03-051-0/+3
* fix #1437: return pids() in sorted orderGiampaolo Rodola2019-02-261-4/+4
* #1428 in case of error, show the C syscall which caused itGiampaolo Rodola2019-02-241-1/+3
* fix #1307: [Linux] disk_partitions() does not honour PROCFS_PATHGiampaolo Rodola2018-10-191-5/+1
* make test more robustGiampaolo Rodola2018-08-151-5/+6
* #1313 remove test which no longer makes senseGiampaolo Rodola2018-07-291-6/+0
* fix #1279: catch and skip ENODEV in net_if_stat()Giampaolo Rodola2018-07-161-0/+10
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-6/+6