mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 23:42:37 +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. A snapshot can be re-generated via `@github-actions regenerate snapshots` by a code owner. The API conformance test will then re-run and pass. Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
0dbf79c328
commit
af94606828
14 changed files with 2427 additions and 104 deletions
|
|
@ -1,4 +1,4 @@
|
|||
exclude: 'build/'
|
||||
exclude: 'build/|tests/api/snapshots/'
|
||||
|
||||
default_language_version:
|
||||
python: python3.12
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue