feat(ai): gRPC clients 扩展 + server interceptors + proto_gen + 测试 + nextstep 文档
This commit is contained in:
@@ -19,7 +19,7 @@ class TestContentClientMock:
|
||||
"""查询学习路径."""
|
||||
client = ContentClientMock()
|
||||
result = await client.get_learning_path("s-1", "math")
|
||||
assert len(result) == 3
|
||||
assert len(result) == 2
|
||||
|
||||
async def test_create_questions(self) -> None:
|
||||
"""批量创建题目."""
|
||||
|
||||
Reference in New Issue
Block a user