You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Summary
- Move experimental tests to appropriate locations in main test
structure
- Update build infrastructure to remove experimental references
- Remove obsolete experimental directory and scripts
.PHONY: help setup-venv install-minimal install format type check clean test test-e2e benchmarks benchmarks-docker run-ci run-ci-fast run-ci-format-check run-ci-type run-ci-tests build-docs serve-docs process-experimental-notebooks
51
+
.PHONY: help setup-venv install-minimal install format type check clean test test-e2e benchmarks benchmarks-docker run-ci run-ci-fast run-ci-format-check run-ci-type run-ci-tests build-docs serve-docs
52
52
format: ## Format and lint all code
53
53
@echo "Formatting and linting all code..."
54
54
@echo "(ruff format) Formatting ragas..."
@@ -84,7 +84,7 @@ benchmarks-docker: ## Run benchmarks in docker
84
84
85
85
benchmarks-test: ## Run benchmarks for ragas unit tests
86
86
@echo "Running ragas unit tests with timing benchmarks..."
87
-
$(Q)uv run --active pytest --nbmake tests/unit tests/experimental --durations=0 -v $(shell if [ -n "$(k)" ]; then echo "-k $(k)"; fi)
87
+
$(Q)uv run --active pytest --nbmake tests/unit --durations=0 -v $(shell if [ -n "$(k)" ]; then echo "-k $(k)"; fi)
0 commit comments