feat: allow using llama-stack-library-client from verifications

This commit is contained in:
Ashwin Bharambe 2025-05-22 20:21:47 -07:00
parent 558d109ab7
commit 98320d4eb2
3 changed files with 31 additions and 7 deletions

View file

@ -25,6 +25,11 @@ def pytest_addoption(parser):
action="store",
help="Provider to use for testing",
)
parser.addoption(
"--model",
action="store",
help="Model to use for testing",
)
pytest_plugins = [