better logging for devex

This commit is contained in:
Jai Suphavadeeprasit 2026-03-13 20:41:41 -04:00
parent 3a85ede8ba
commit 9bd299b3ef
4 changed files with 29 additions and 2 deletions

View file

@ -205,7 +205,7 @@ def test_init_requires_teacher_server_source(monkeypatch):
teacher_enabled=True,
teacher_top_k=0,
)
with pytest.raises(ValueError, match="teacher_enabled=True requires"):
with pytest.raises(ValueError, match="no teacher server configuration was provided"):
_ConcreteTeacherEnv(
config=config,
server_configs=[],