add unit test

This commit is contained in:
Botao Chen 2024-12-05 20:00:28 -08:00
parent 9c80a57667
commit 5a628d32c8
7 changed files with 188 additions and 1 deletions

View file

@ -10,6 +10,7 @@ import pytest_asyncio
from llama_stack.distribution.datatypes import Api, Provider
from llama_stack.providers.tests.resolver import construct_stack_for_test
from ..conftest import ProviderFixture, remote_stack_fixture