rag_lite / tests /test_import.py
EL GHAFRAOUI AYOUB
C
54f5afe
raw
history blame contribute delete
159 Bytes
"""Test RAGLite."""
import raglite
def test_import() -> None:
"""Test that the package can be imported."""
assert isinstance(raglite.__name__, str)