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
-**`trustyai_service/`** - TrustyAI Service tests for drift detection (4 metrics), fairness metrics (SPD, DIR), database migration, multi-namespace support, and upgrade scenarios. Tests run against both PVC and database storage backends
70
77
@@ -79,6 +86,7 @@ model_explainability/
79
86
@pytest.mark.post_upgrade# Post-upgrade tests
80
87
@pytest.mark.rawdeployment# KServe raw deployment mode
81
88
@pytest.mark.skip_on_disconnected# Requires internet connectivity
89
+
@pytest.mark.nemo_guardrails# NeMo Guardrails specific tests
82
90
```
83
91
84
92
## Running Tests
@@ -95,9 +103,12 @@ uv run pytest tests/model_explainability/
95
103
# Run TrustyAI Service tests
96
104
uv run pytest tests/model_explainability/trustyai_service/
97
105
98
-
# Run Guardrails tests
106
+
# Run Guardrails Orchestrator tests
99
107
uv run pytest tests/model_explainability/guardrails/
100
108
109
+
# Run NeMo Guardrails tests
110
+
uv run pytest tests/model_explainability/nemo_guardrails/
0 commit comments