bumblebee-status/tests/modules/core/test_nic.py

10 lines
144 B
Python
Raw Permalink Normal View History

import pytest
pytest.importorskip("netifaces")
pytest.importorskip("subprocess")
def test_load_module():
__import__("modules.core.nic")