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

10 lines
150 B
Python
Raw Permalink Normal View History

import pytest
pytest.importorskip("requests")
pytest.importorskip("psutil")
def test_load_module():
__import__("modules.contrib.http_status")