summaryrefslogtreecommitdiff
path: root/psutil/tests/test_bsd.py
Commit message (Expand)AuthorAgeFilesLines
* fix NetBSD test failure + add test for cached memGiampaolo Rodola2023-04-131-0/+12
* fix some tests on BSD platformsGiampaolo Rodola2023-04-121-0/+1
* Fix pylint warnings / cleanup (#2218)Giampaolo Rodola2023-04-011-1/+1
* resolve conflictsGiampaolo Rodola2022-09-191-1/+1
|\
| * Fix typosKian-Meng Ang2022-01-271-1/+1
* | 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-2/+2
* [macOS, UNIX] prefer _SC_PAGESIZE over (partially) deprecated getpagesize() (...Giampaolo Rodola2020-12-171-5/+6
* [FreeBSD] process resource limits (#1859) (#809)Giampaolo Rodola2020-10-231-0/+1
* Wheels2 (#1761)Giampaolo Rodola2020-05-181-21/+21
* Refactor process test utils methods (#1745)Giampaolo Rodola2020-05-011-3/+3
* Per-test file cleanup and new PsutilTestCase (#1743)Giampaolo Rodola2020-04-301-5/+6
* Test sub-processes cleanup and ProcessTestCase class (#1739)Giampaolo Rodola2020-04-281-4/+4
* 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-21/+21
|/
* point all shebangs to python 3Giampaolo Rodola2020-02-151-1/+1
* Properly handle PID type in C (#1672)Giampaolo Rodola2020-01-291-1/+2
* version bump + fix typoGiampaolo Rodola2019-06-191-1/+1
* rename class namesGiampaolo Rodola2019-06-141-7/+8
* fix FreeBSD testsGiampaolo Rodola2019-06-141-20/+24
* fix various testsGiampaolo Rodola2019-06-141-2/+8
* fix bsd testGiampaolo Rodola2019-06-131-1/+1
* Big docfix (#1464)Giampaolo Rodola2019-03-141-16/+16
* test runner refactoring (avoid code duplication)Giampaolo Rodola2019-03-131-2/+2
* Coloured tests (#1459)Giampaolo Rodola2019-03-131-1/+1
* give CREDITS to @amanusk for #1369 / #1352 and update docGiampaolo Rodola2018-12-011-3/+2
* Add CPU frequency support for FreeBSD (#1369)Alex Manuskin2018-12-011-0/+18
* FreeBSD adding temperature sensors (WIP) (#1350)Alex Manuskin2018-11-031-0/+17
* #1255 adjust style + give CREDITS to @hrefGiampaolo Rodola2018-03-291-17/+13
* Fixes swap_memory not returning bytes on FreeBSD (#1260)Denis Krienbühl2018-03-291-0/+34
* Revert "Move tests out of package to top level directory (#1232)" (#1242)Giampaolo Rodola2018-03-111-0/+489
* Move tests out of package to top level directory (#1232)Jon Dufresne2018-03-091-489/+0
* add extra assertGiampaolo Rodola2017-05-161-0/+1
* fix #1074: [FreeBSD] sensors_battery() raises OSError in case of no battery.Giampaolo Rodola2017-05-161-0/+13
* fix failing tests on netbsdGiampaolo Rodola2017-05-131-0/+1
* Marked regexp patterns as raw strings and bytes to address the invalid escape...Yannick Gingras2017-05-091-1/+1
* fix different tests on openbsdGiampaolo Rodola2017-05-011-2/+3
* use HAS_ support constants in testsGiampaolo Rodola2017-04-301-3/+0
* avoid to use @skipUnless in tests; always use @skipIf (a lot clearer)Giampaolo Rodola2017-04-301-14/+14
* always use sh() instead of subprocess.PopenGiampaolo Rodola2017-04-271-8/+1
* fix some code smellsGiampaolo Rodola2017-04-251-1/+2
* fix fialing test on travisGiampaolo Rodola2017-02-021-1/+3
* #955: freebsd / battery: implement power_plugged fieldGiampaolo Rodola2017-01-271-1/+17
* #955: sensors_batter() freebsd implGiampaolo Rodola2017-01-261-0/+16
* add mtu test for osx and bsdGiampaolo Rodola2016-10-251-0/+12
* netbsd: add test for used swap memGiampaolo Rodola2016-10-131-0/+6
* #918: [NetBSD] all memory metrics were wrong.Giampaolo Rodola2016-10-131-6/+8
* #918: [NetBSD] all memory metrics were wrong.Giampaolo Rodola2016-10-131-18/+19