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

14 lines
212 B
Python
Raw Permalink Normal View History

import pytest
pytest.importorskip("tkinter")
pytest.importorskip("PIL")
pytest.importorskip("requests")
pytest.importorskip("simplejson")
def test_load_module():
__import__("modules.contrib.octoprint")