summaryrefslogtreecommitdiff
path: root/psutil/tests
Commit message (Expand)AuthorAgeFilesLines
* fix typos and some other minor bugs (#2253)HEADmastercui fliter2023-05-092-3/+3
* skip who CLI related test if necessaryGiampaolo Rodola2023-05-021-1/+2
* SunOS: fix some C compilation warningsGiampaolo Rodola2023-04-222-8/+10
* fix failing users() test; update HISTORY; give CREDITS to @0-wiz-0 for #2241Giampaolo Rodola2023-04-201-2/+9
* C refact: remove useless cmdline / cwd / environ layers. Call direct functionsGiampaolo Rodola2023-04-181-0/+0
* Add CI testing for OpenBSD and NetBSD (#2240)Giampaolo Rodola2023-04-171-0/+1
* Fix #2239 / proc name(): don't fail with ZombieProcess on cmdline()Giampaolo Rodola2023-04-171-2/+26
* fix #2238 if cwd() cannot be determined always return "" instead of NoneGiampaolo Rodola2023-04-172-13/+10
* Fix #2237, OpenBSD, cwd(): return None instead of FileNotFoundErrorGiampaolo Rodola2023-04-162-3/+2
* fix NetBSD test failure + add test for cached memGiampaolo Rodola2023-04-131-0/+12
* OpenBSD: rewrite net_connections() from scratch (#2230)Giampaolo Rodola2023-04-132-21/+6
* Get Windows percent swap usage from performance counters (#2160)Daniel Widdis2023-04-131-0/+21
* fix users() test on OpenBSDGiampaolo Rodola2023-04-121-5/+7
* fix some tests on BSD platformsGiampaolo Rodola2023-04-124-5/+14
* [POSIX] psutil.users() loses precision for "started" attribute #2225 (#2226)Giampaolo Rodola2023-04-111-6/+34
* Fix Linux test: allow '-dirty' or other version postfixes (#2221)Mark Asselstine2023-04-051-1/+1
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-0112-96/+53
* [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
* When raising warning, always use stacklevel=2Giampaolo Rodola2023-03-271-2/+2
* Win: fix running tests in a virtual environment (#2216)Matthieu Darbois2023-03-274-18/+30
* CI: fix TestScripts tests failing due to ambiguous SCRIPTS_DIR (#2211)Matthieu Darbois2023-03-181-1/+4
* disable flaky test + small Makefile refactGiampaolo Rodola2023-01-241-11/+9
* fix make test-coverage targetGiampaolo Rodola2022-12-302-1/+4
* write extensive test suite for @memoize decoratorGiampaolo Rodola2022-12-151-2/+104
* #2164: fix compilation failures on linux < 2.6.27 / CentOS 5 (#2171)Giampaolo Rodola2022-11-101-1/+1
* add windows test for free physical mem #2074Giampaolo Rodola2022-10-211-0/+39
* fix OSX tests broken by accidentGiampaolo Rodola2022-10-211-2/+2
* update HISTORY + give CREDITS for @arossert, @smoofra, @mayeut for #2102, #21...Giampaolo Rodola2022-10-212-3/+3
* fix: linter issues from #2146 (#2155)Matthieu Darbois2022-10-183-3/+6
* chore: skip test_cpu_freq on macOS arm64 (#2146)Matthieu Darbois2022-10-184-0/+12
* fix: race condition in test_posix.TestProcess.test_cmdline (#2153)Matthieu Darbois2022-10-081-0/+6
* fix: disk usage report on macOS 12+ (#2152)Matthieu Darbois2022-10-053-3/+43
* #2084: document limitations of environ() on macOS Big SurGiampaolo Rodola2022-09-201-2/+3
* #2104 / TestFetchAllProcesses: don't use process pool on CI (fix deadlock)Giampaolo Rodola2022-09-201-4/+15
* remove fix_flake8.py re-introduced by accidentGiampaolo Rodola2022-09-191-1/+1
* resolve conflictsGiampaolo Rodola2022-09-195-7/+7
|\
| * Fix typosKian-Meng Ang2022-01-276-9/+9
* | 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
* | Add in support for network interface flags. (#2037)Chris Lalancette2022-09-061-1/+2
* | fix venvrelease-5.9.2Giampaolo Rodola2022-09-041-1/+1
* | linux: skip test if ifconfig CLI is not installedGiampaolo Rodola2022-07-261-0/+2
* | Merge branch 'master' of github.com:giampaolo/psutilGiampaolo Rodola2022-07-261-1/+1
|\ \
| * | docs: fix simple typo, repeadetly -> repeatedly (#2123)Tim Gates2022-07-141-1/+1
* | | subprocess; avoid using shell=True during testsGiampaolo Rodola2022-07-101-3/+4
|/ /
* | add flake8-quotes pluginGiampaolo Rodola2022-05-252-4/+4
* | introduce flake8-bugbear code checkerGiampaolo Rodola2022-05-251-1/+1
* | [Linux] Speedup `Process.full_memory_info()` (#2108)Giampaolo Rodola2022-05-181-22/+13
* | Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-1616-20/+21