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

10 lines
159 B
Python
Raw Normal View History

import pytest
pytest.importorskip("requests")
pytest.importorskip("requests.exceptions")
def test_load_module():
__import__("modules.contrib.weather")