summaryrefslogtreecommitdiff
path: root/psutil/tests/test_posix.py
Commit message (Expand)AuthorAgeFilesLines
* skip who CLI related test if necessaryGiampaolo Rodola2023-05-021-1/+2
* SunOS: fix some C compilation warningsGiampaolo Rodola2023-04-221-4/+7
* fix failing users() test; update HISTORY; give CREDITS to @0-wiz-0 for #2241Giampaolo Rodola2023-04-201-2/+9
* fix #2238 if cwd() cannot be determined always return "" instead of NoneGiampaolo Rodola2023-04-171-6/+1
* fix users() test on OpenBSDGiampaolo Rodola2023-04-121-5/+7
* fix some tests on BSD platformsGiampaolo Rodola2023-04-121-2/+10
* [POSIX] psutil.users() loses precision for "started" attribute #2225 (#2226)Giampaolo Rodola2023-04-111-6/+34
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-2/+3
* fix: race condition in test_posix.TestProcess.test_cmdline (#2153)Matthieu Darbois2022-10-081-0/+6
* Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-161-1/+1
* use explicit 'raise self.fail(...)' in unit testsGiampaolo Rodola2022-01-071-2/+2
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-3/+4
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-0/+16
* Remove Travis and Cirrus, use GH also for FreeBSD (#1880)Giampaolo Rodola2020-11-151-2/+0
* Rewrite Linux prlimit() with ctypes (Linux wheels) (#1879)Giampaolo Rodola2020-11-151-0/+1
* Refactor tests calling all process methods (process_namespace class) (#1749)Giampaolo Rodola2020-05-041-42/+0
* Refactor process test utils methods (#1745)Giampaolo Rodola2020-05-011-4/+3
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-2/+3
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-281-4/+3
* Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-2/+2
* Fix detecting empty result in TestSystemAPIs.test_users() (#1699)Michał Górny2020-02-211-2/+2
* #1053 fix syntax incompatible with py2.6Giampaolo Rodola2020-02-161-2/+1
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* Add CI testing for FreeBSD (#1671)Giampaolo Rodola2020-01-241-4/+4
* Fix some tests on AIX (#1507)wiggin152019-05-081-3/+17
* Big docfix (#1464)Giampaolo Rodola2019-03-141-5/+5
* 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/+2
* fix #1437: return pids() in sorted orderGiampaolo Rodola2019-02-261-3/+1
* #1433, #1379: fix parents() method (infinite loop)Giampaolo Rodola2019-02-261-1/+1
* fix different travis failuresGiampaolo Rodola2018-10-121-0/+3
* Refactored ps() function in test_posix (#1341)E. M. Bray2018-09-261-43/+62
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-5/+5
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+418
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-418/+0
* Remove additional workarounds and support for Python 3.2 & 3.3 (#1228)Jon Dufresne2018-03-041-1/+0
* change assert in testGiampaolo Rodola2017-12-021-5/+1
* fix posix failureGiampaolo Rodola2017-11-241-0/+1
* fix travis failure https://travis-ci.org/giampaolo/psutil/jobs/306424509Giampaolo Rodola2017-11-241-0/+4
* improve logic to determine python exe locationGiampaolo Rodola2017-10-301-2/+2
* pep81151-PSUTIL_TESTING_env_varGiampaolo Rodola2017-10-201-0/+3
* fix or skip remaining AIX unit tests (#1145)wiggin152017-10-191-10/+25
* AIX support (#1123)wiggin152017-09-261-1/+8
* #1082: disable unreliable ps niceness test on SunOSGiampaolo Rodola2017-05-181-0/+5
* remove useless posix cwd testGiampaolo Rodola2017-05-181-6/+0
* fix failing tests on netbsdGiampaolo Rodola2017-05-131-0/+2
* refactor broken links scriptGiampaolo Rodola2017-05-121-2/+0
* 1058 enable fix warnings (#1059)Giampaolo Rodola2017-05-101-1/+2
* refactor testsGiampaolo Rodola2017-05-031-0/+9