mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-10 21:34:36 +00:00
feat(api): ensure StackRunConfig
StackRunConfig is part of our public API, ensure stability of this datatype using a pytest snapshot test. If the pydantic model changes, it will fail. Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
d266c59c2a
commit
e408fd3421
11 changed files with 2052 additions and 1 deletions
|
@ -62,6 +62,7 @@ ui = [
|
|||
[dependency-groups]
|
||||
dev = [
|
||||
"pytest>=8.4",
|
||||
"pytest-snapshot>=0.9.0",
|
||||
"pytest-timeout",
|
||||
"pytest-asyncio>=1.0",
|
||||
"pytest-cov",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue