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

10 lines
159 B
Python
Raw Permalink Normal View History

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