summaryrefslogtreecommitdiff
path: root/psutil/tests/test_contracts.py
Commit message (Expand)AuthorAgeFilesLines
* skip cpu_freq tests if not available (#1170)wiggin152017-11-111-1/+4
* AIX: implement num_ctx_switches (#1164)wiggin152017-10-311-1/+1
* AIX support (#1123)wiggin152017-09-261-7/+11
* skip UNIX socket tests on SUNOSGiampaolo Rodola2017-05-181-0/+2
* fix #1069 / freebsd: cpu_num() may return 255; now returns -1Giampaolo Rodola2017-05-141-1/+3
* fix failing testGiampaolo Rodola2017-05-051-1/+0
* fix ionice test on windows + update ionice docGiampaolo Rodola2017-05-031-3/+4
* fix contract testGiampaolo Rodola2017-05-011-1/+1
* #1022 / users(): PID cannot be determined on OpenBSD so we set it to NoneGiampaolo Rodola2017-05-011-0/+1
* use HAS_ support constants in testsGiampaolo Rodola2017-04-301-2/+2
* define support constants to check availability of functionalitiesGiampaolo Rodola2017-04-301-3/+4
* avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)Giampaolo Rodola2017-04-301-4/+4
* #1039 / proc.cpu_times / windows was returning int instead of float for child...Giampaolo Rodola2017-04-301-1/+1
* move testsGiampaolo Rodola2017-04-301-17/+22
* #1039 make sure we never return unicodeGiampaolo Rodola2017-04-301-17/+29
* #1039 add a new test_contracts.py test suite which checks API sanity, mainly ...Giampaolo Rodola2017-04-301-0/+604