summaryrefslogtreecommitdiff
path: root/psutil/tests/test_posix.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* skip test in case 'df' gives 'permission denied'Giampaolo Rodola2017-05-011-4/+7
* avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)Giampaolo Rodola2017-04-301-4/+4
* always use sh() instead of subprocess.PopenGiampaolo Rodola2017-04-271-10/+2
* #1022: fix users() on Linux; update doc; bump up versionGiampaolo Rodola2017-04-251-3/+3
* improve test coverageGiampaolo Rodola2017-04-241-1/+1
* add UNIX test case for name()s longer than 15 charsGiampaolo Rodola2017-04-231-0/+36
* try to fix tests on travisGiampaolo Rodola2016-11-131-0/+4
* add make test-posix cmd; fix test failing on netbsdGiampaolo Rodola2016-10-131-0/+2
* rephrase and standardize test skip messagesGiampaolo Rodola2016-10-071-6/+5
* make more files executableGiampaolo Rodola2016-10-031-0/+0
* git travis/osx errorGiampaolo Rodola2016-06-171-2/+5
* fix typoGiampaolo Rodola2016-06-171-1/+1
* fix travis errGiampaolo Rodola2016-06-171-11/+17
* doc indentationGiampaolo Rodola2016-06-061-1/+1
* #829: add tests to compare disk_usage() with 'df' cmdline utilityGiampaolo Rodola2016-06-051-0/+22
* improve test coverageGiampaolo Rodola2016-02-271-0/+37
* imorove test coverageGiampaolo Rodola2016-02-181-1/+1
* reorganize some testsGiampaolo Rodola2016-02-151-59/+64