summaryrefslogtreecommitdiff
path: root/psutil/tests/test_system.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 771 Windows CPU count (#1257)Giampaolo Rodola2018-04-131-2/+5
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+862
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-862/+0
* re-enable test on appveyor; remove unused C codeGiampaolo Rodola2017-11-121-1/+3
* #1152: (DeviceIOControl), skip disk on ERROR_INVALID_FUNCTION and ERROR_NOT_S...Giampaolo Rodola2017-11-121-1/+1
* AIX support (#1123)wiggin152017-09-261-1/+3
* Fix #1055, fix #1085, fix #1087.Giampaolo Rodola2017-05-191-0/+12
* fix 1062: avoid TypeError on disk|net_io_counters() if no disks or NICs are i...Giampaolo Rodola2017-05-121-0/+18
* small test refactoringGiampaolo Rodola2017-05-051-6/+2
* fix failing testGiampaolo Rodola2017-05-051-1/+1
* fix #1051: make disk_usage() on python 3 able to deal with bytesGiampaolo Rodola2017-05-041-5/+3
* #1022 / users(): PID cannot be determined on OpenBSD so we set it to NoneGiampaolo Rodola2017-05-011-3/+3
* use HAS_ support constants in testsGiampaolo Rodola2017-04-301-4/+3
* define support constants to check availability of functionalitiesGiampaolo Rodola2017-04-301-10/+10
* avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)Giampaolo Rodola2017-04-301-11/+11
* #1039 make sure we never return unicodeGiampaolo Rodola2017-04-301-15/+15
* check named tuplesGiampaolo Rodola2017-04-301-0/+9