Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LeonardoMdSA
/
LLMOps-RAG_solution-HS_spaces
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
LLMOps-RAG_solution-HS_spaces
/
tests
/
run_evaluations.py
LeonardoMdSA
added unit tests and integration tests
0c6c6fd
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
100 Bytes
import
pytest
if
__name__ ==
"__main__"
:
# Run all tests
pytest.main([
"-v"
,
"tests"
])