Imported Upstream version 3.1.0
This commit is contained in:
@@ -6,7 +6,8 @@ import pytest
|
||||
from click.testing import CliRunner
|
||||
|
||||
from afancontrol import daemon
|
||||
from afancontrol.daemon import PidFile, Signals, daemon as main
|
||||
from afancontrol.daemon import PidFile, Signals
|
||||
from afancontrol.daemon import daemon as main
|
||||
|
||||
|
||||
def test_main_smoke(temp_path):
|
||||
|
||||
@@ -10,9 +10,9 @@ from afancontrol.fantest import (
|
||||
CSVMeasurementsOutput,
|
||||
HumanMeasurementsOutput,
|
||||
MeasurementsOutput,
|
||||
fantest as main,
|
||||
run_fantest,
|
||||
)
|
||||
from afancontrol.fantest import fantest as main
|
||||
from afancontrol.fantest import run_fantest
|
||||
from afancontrol.pwmfan import (
|
||||
BaseFanPWMRead,
|
||||
BaseFanPWMWrite,
|
||||
|
||||
Reference in New Issue
Block a user