bumblebee-status/tests/modules/core/test_layout-xkb.py

10 lines
195 B
Python
Raw Normal View History

import pytest
pytest.importorskip("xkbgroup")
def test_load_module():
__import__("modules.core.layout-xkb")
2020-10-02 00:10:46 +02:00
def test_load_symbolic_link_module():
__import__("modules.core.layout_xkb")