Files
mcpdoc/tests/unit_tests/test_imports.py
Eugene Yurtsev e76cddc12d x
2025-03-17 23:32:55 -04:00

8 lines
199 B
Python

def test_imports():
"""Test that main modules can be imported."""
from mcpdoc import main # noqa
from mcpdoc import cli # noqa
from mcpdoc import langgraph # noqa
assert True