summaryrefslogtreecommitdiff
path: root/psutil/tests/test_osx.py
Commit message (Expand)AuthorAgeFilesLines
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-37/+0
* fix OSX tests broken by accidentGiampaolo Rodola2022-10-211-2/+2
* update HISTORY + give CREDITS for @arossert, @smoofra, @mayeut for #2102, #21...Giampaolo Rodola2022-10-211-2/+2
* chore: skip test_cpu_freq on macOS arm64 (#2146)Matthieu Darbois2022-10-181-0/+3
* Drop Python 2.6 support (#2099)Hugo van Kemenade2022-04-161-1/+1
* Automatically sort imports (isort CLI tool) (#2033)Giampaolo Rodola2021-12-141-2/+3
* tests: move per-module imports at the top of the file(s)Giampaolo Rodola2021-10-141-2/+4
* Rename cpu_count_physical() to cpu_count_cores()Giampaolo Rodola2020-12-211-1/+1
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-6/+4
* Wheels 3 (#1764)Giampaolo Rodola2020-05-231-60/+0
* Wheels2 (#1761)Giampaolo Rodola2020-05-181-12/+13
* Refactor process test utils methods (#1745)Giampaolo Rodola2020-05-011-4/+4
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-4/+5
* See: #1709: allow per-test parallelizationGiampaolo Rodola2020-04-301-20/+20
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-281-3/+2
* create_zombie_proc() make it return parent so that we can kill zombieGiampaolo Rodola2020-04-281-3/+5
* Merge branch 'master' into devreap-childrenGiampaolo Rodola2020-04-261-2/+2
|\
| * Parallel tests (UNIX) (#1709)Giampaolo Rodola2020-04-261-2/+2
* | rename varGiampaolo Rodola2020-04-261-5/+5
|/
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* Big docfix (#1464)Giampaolo Rodola2019-03-141-7/+7
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
* #1291 / OSX: mark memory_maps() as deprecated and make it alwats raise Access...Giampaolo Rodola2019-02-271-3/+0
* fix PEP8 style mistakesGiampaolo Rodola2018-11-071-1/+1
* fix #1277 / osx / virtual_memory: 'available' and 'used' memory were not calc...Giampaolo Rodola2018-10-161-6/+0
* revert file renaming of macos files; get them back to 'osx' prefixGiampaolo Rodola2018-06-291-0/+303
* Rename OSX to macOS (#1298)Giampaolo Rodola2018-06-261-303/+0
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+303
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-303/+0
* OSX: implement sensors_battery (#1177)wiggin152017-11-191-0/+13
* fix OSX failureGiampaolo Rodola2017-06-071-1/+2
* 1044 osx zombies (#1100)Giampaolo Rodola2017-06-071-0/+61
* Marked regexp patterns as raw strings and bytes to address the invalid escape...Yannick Gingras2017-05-091-2/+2
* avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)Giampaolo Rodola2017-04-301-2/+2
* fix accidentally broken tests on osxGiampaolo Rodola2017-04-271-6/+18
* always use sh() instead of subprocess.PopenGiampaolo Rodola2017-04-271-28/+7
* fix osx testGiampaolo Rodola2017-01-301-1/+1
* #941: add docGiampaolo Rodola2017-01-201-1/+1
* #941: implement cpu_freq() for OSXGiampaolo Rodola2016-12-031-0/+15
* add mtu test for osx and bsdGiampaolo Rodola2016-10-251-0/+11
* OSX: add avail mem testGiampaolo Rodola2016-10-171-0/+6
* fix #923: [OSX] free memory is wrong (does not match vm_stat command).Giampaolo Rodola2016-10-171-3/+0
* test refactoringGiampaolo Rodola2016-10-171-16/+19
* fix osx testsGiampaolo Rodola2016-10-121-11/+17
* rephrase and standardize test skip messagesGiampaolo Rodola2016-10-071-2/+2
* make more files executableGiampaolo Rodola2016-10-031-0/+0
* pep8 fixesGiampaolo Rodola2016-04-301-1/+1
* little test refactoringGiampaolo Rodola2016-02-141-1/+7
* fix more testsGiampaolo Rodola2016-02-081-1/+1