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

12 lines
177 B
Python
Raw Permalink Normal View History

import pytest
pytest.importorskip("tkinter")
pytest.importorskip("tkinter")
pytest.importorskip("tkinter")
def test_load_module():
__import__("modules.contrib.system")