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

12 lines
179 B
Python
Raw Permalink Normal View History

import pytest
pytest.importorskip("datetime")
pytest.importorskip("pytz")
pytest.importorskip("tzlocal")
def test_load_module():
__import__("modules.contrib.datetimetz")