bumblebee-status/tests/modules/contrib/test_cpu3.py
SuperQ 0b4ff04be5
[modules/cpu3] Add new CPU module
Based on cpu2 module, but use `sensors -j` and some json path walking to
better parse CPU temp and fan speeds. The output of `sensors -u` can
contain many duplicates of the same sensor name, but from different
sensor device paths.

Signed-off-by: SuperQ <superq@gmail.com>
2023-06-19 14:08:16 +02:00

6 lines
109 B
Python

import pytest
pytest.importorskip("psutil")
def test_load_module():
__import__("modules.contrib.cpu3")