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

@ -156,4 +156,5 @@ pytest_plugins = [
"llama_stack.providers.tests.datasetio.fixtures",
"llama_stack.providers.tests.scoring.fixtures",
"llama_stack.providers.tests.eval.fixtures",
"llama_stack.providers.tests.post_training.fixtures",
]