Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AyoubZolodick
/
rag_lite
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rag_lite
/
tests
/
test_import.py
EL GHAFRAOUI AYOUB
C
54f5afe
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
159 Bytes
"""Test RAGLite."""
import
raglite
def
test_import
() ->
None
:
"""Test that the package can be imported."""
assert
isinstance
(raglite.__name__,
str
)