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

10 lines
145 B
Python
Raw Permalink Normal View History

import pytest
pytest.importorskip("datetime")
pytest.importorskip("math")
def test_load_module():
__import__("modules.contrib.pomodoro")