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

10 lines
161 B
Python
Raw Normal View History

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