bumblebee-status/tests/modules/contrib/test_bluetooth2.py

12 lines
192 B
Python
Raw Normal View History

import pytest
pytest.importorskip("subprocess")
pytest.importorskip("dbus")
pytest.importorskip("dbus.mainloop.glib")
def test_load_module():
__import__("modules.contrib.bluetooth2")