LLMOps-RAG_solution-HS_spaces / tests /run_evaluations.py
LeonardoMdSA's picture
added unit tests and integration tests
0c6c6fd
raw
history blame contribute delete
100 Bytes
import pytest
if __name__ == "__main__":
# Run all tests
pytest.main(["-v", "tests"])