datasetio test

This commit is contained in:
Xi Yan 2024-11-06 16:00:38 -08:00
parent 1b7e19d5d0
commit 1fe4099bd0
4 changed files with 160 additions and 57 deletions

View file

@ -149,4 +149,5 @@ pytest_plugins = [
"llama_stack.providers.tests.safety.fixtures",
"llama_stack.providers.tests.memory.fixtures",
"llama_stack.providers.tests.agents.fixtures",
"llama_stack.providers.tests.datasetio.fixtures",
]