8 lines
112 B
Python
8 lines
112 B
Python
|
import pytest
|
||
|
|
||
|
pytest.importorskip("power")
|
||
|
|
||
|
def test_load_module():
|
||
|
__import__("modules.contrib.battery")
|
||
|
|