bumblebee-status/tests/modules/core/test_xrandr.py
2020-07-21 08:20:55 +02:00

7 lines
105 B
Python

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