summaryrefslogtreecommitdiff
path: root/psutil/tests/test_bsd.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* bsd: skip test if sysctl cmd is not availableGiampaolo Rodola2016-10-131-0/+2
* rephrase and standardize test skip messagesGiampaolo Rodola2016-10-071-11/+11
* make more files executableGiampaolo Rodola2016-10-031-0/+0
* add freebsd testGiampaolo Rodola2016-08-041-1/+21
* small test refactoringGiampaolo Rodola2016-08-041-0/+5
* add test for ctx switchesGiampaolo Rodola2016-08-041-0/+15
* small test refactoringGiampaolo Rodola2016-08-041-11/+13
* last pre-release changesGiampaolo Rodola2016-03-121-3/+3
* fix bsd testGiampaolo Rodola2016-02-151-3/+3
* add netbsd tests792-cpu-statsGiampaolo Rodola2016-01-241-0/+23
* #792 / cpu_stats: freebsd implGiampaolo Rodola2016-02-151-0/+20
* add more tests for netbsd / memGiampaolo Rodola2016-01-241-0/+17
* fix #788: [NetBSD] virtual_memory()'s buffers and shared values were set to 0.Giampaolo Rodola2016-01-241-1/+23
* fix more testsGiampaolo Rodola2016-02-081-3/+6
* fix tox testsGiampaolo Rodola2016-02-081-2/+2
* fix #350 move tests in psutil namespace (and split them)Giampaolo Rodola2016-02-081-0/+298