summaryrefslogtreecommitdiff
path: root/psutil/tests/test_contracts.py
Commit message (Expand)AuthorAgeFilesLines
* fix #2238 if cwd() cannot be determined always return "" instead of NoneGiampaolo Rodola2023-04-171-7/+9
* Fix #2237, OpenBSD, cwd(): return None instead of FileNotFoundErrorGiampaolo Rodola2023-04-161-2/+1
* fix some tests on BSD platformsGiampaolo Rodola2023-04-121-2/+2
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-1/+1
* 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
* #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
* fix venvrelease-5.9.2Giampaolo Rodola2022-09-041-1/+1
* Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-161-1/+1
* OpenBSD: add support for CPU frequency (#2057)Giampaolo Rodola2022-01-161-1/+1
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-8/+8
* Improve custom error tracebacks and messages (#1992)Giampaolo Rodola2021-10-031-1/+0
* fix around macos failure on CIrelease-5.8.0Giampaolo Rodola2020-12-191-1/+2
* [Windows] #1877: turn OpenProcess -> ERROR_SUCCESS into AD or NSP (#1887)Giampaolo Rodola2020-12-141-2/+6
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-18/+29
* Fix py 3.9 [WinError 998] Invalid access to memory location (#1866)Giampaolo Rodola2020-10-311-0/+5
* disk_partitions() maxfile and maxpath (#1863)Giampaolo Rodola2020-10-241-0/+2
* [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-231-13/+17
* Implement Process.environ() on *BSD family (#1800) (patch by Armin Gruner)Armin Gruner2020-08-131-1/+2
* [macOS] Fix zombie leak detection on (#1766)Giampaolo Rodola2020-05-251-0/+3
* Wheels 3 (#1764)Giampaolo Rodola2020-05-231-3/+6
* some fixes to help #1762Giampaolo Rodola2020-05-181-0/+5
* refactor FetchAll testGiampaolo Rodola2020-05-181-8/+4
* fix occasional false positivesGiampaolo Rodola2020-05-181-2/+3
* #1758: fix github failuresGiampaolo Rodola2020-05-151-5/+2
* better #ifdef detection for prlimit() availbilityGiampaolo Rodola2020-05-151-22/+19
* Refactor tests calling all process methods (process_namespace class) (#1749)Giampaolo Rodola2020-05-041-42/+57
* Process wait() improvements (#1747)Giampaolo Rodola2020-05-031-2/+17
* Parallelize fetch all processes tests with proc pool (#1746)Giampaolo Rodola2020-05-021-114/+103
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-5/+6
* Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-2/+2
* Get rid of TESTFN global variable (#1734)Giampaolo Rodola2020-04-241-5/+0
* Backport python 3 super() (#1733)Giampaolo Rodola2020-04-241-1/+2
* remove deprecation test: it fails intermittently because warnings uses a glob...Giampaolo Rodola2020-02-161-17/+0
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* [Windows] use NtQuerySystemInformation to determine process exe() (#1677)Giampaolo Rodola2020-02-011-0/+2
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-1/+2
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-241-7/+2
* AD script: print AD percentage + elapsed timeGiampaolo Rodola2020-01-161-1/+1
* [Windows] rewrite of open_files() (#1660)Giampaolo Rodola2020-01-091-1/+1
* add more types testsGiampaolo Rodola2020-01-071-10/+51
* add contract tests for IOPRIO_ win constantsGiampaolo Rodola2020-01-071-7/+18
* refactoring test_contracts.pyGiampaolo Rodola2020-01-071-24/+27
* Connection family/type are not converted to enums (#1535)Giampaolo Rodola2019-06-141-18/+12
* Fix #1494: [AIX] implement Process.environ() (#1505) (patch by Arnon Yaari)wiggin152019-05-071-1/+1
* [Win] return value is not properly handled for undocumented NT* Windows APIs....Giampaolo Rodola2019-04-041-2/+5
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
* test refactoringGiampaolo Rodola2019-03-101-47/+57