Testing Guide¶
Comprehensive testing practices for ai4rag development.
Coming Soon
Detailed testing documentation is under development.
Quick Reference¶
# Run all tests
pytest
# Run with coverage
pytest --cov=ai4rag --cov-report=html
# Run specific test file
pytest tests/ai4rag/core/test_experiment.py
# Run with verbose output
pytest -v
Check back soon for comprehensive testing documentation.