8 lines
110 B
Python
8 lines
110 B
Python
|
import pytest
|
||
|
|
||
|
pytest.importorskip("dbus")
|
||
|
|
||
|
def test_load_module():
|
||
|
__import__("modules.contrib.deezer")
|
||
|
|