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
Copy file name to clipboardExpand all lines: Makefile
+42-9Lines changed: 42 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
.PHONY: all format lint test test_unit test_integration test_e2e test_all test_evaluations test_watch test_watch_unit test_watch_integration test_watch_e2e test_profile extended_tests dev dev_ui
1
+
.PHONY: all format lint test test_unit test_integration test_e2e test_all evals eval_graph eval_multiturn eval_graph_qwen eval_graph_glm eval_multiturn_polite eval_multiturn_hacker test_watch test_watch_unit test_watch_integration test_watch_e2e test_profile extended_tests dev dev_ui
2
2
3
3
# Default target executed when no arguments are given to make.
4
4
all: help
@@ -20,15 +20,41 @@ test_integration:
20
20
test_e2e:
21
21
uv run python -m pytest tests/e2e_tests/
22
22
23
-
test_evaluations:
24
-
uv run python -m pytest tests/evaluations/ -v
25
-
26
-
test_eval_graph:
27
-
uv run python -m pytest -n auto tests/evaluations/graph.py -v
0 commit comments