bumblebee-status/tests/modules/core/test_xrandr.py

10 lines
155 B
Python
Raw Normal View History

import pytest
pytest.importorskip("bumblebee_status.discover")
pytest.importorskip("i3")
def test_load_module():
__import__("modules.core.xrandr")