mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-06-27 18:50:41 +00:00
# What does this PR do? reduces duplication and centralizes information to be easier to find for contributors Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
9 lines
379 B
Markdown
9 lines
379 B
Markdown
# Llama Stack Tests
|
|
|
|
Llama Stack has multiple layers of testing done to ensure continuous functionality and prevent regressions to the codebase.
|
|
|
|
| Testing Type | Details |
|
|
|--------------|---------|
|
|
| Unit | [unit/README.md](unit/README.md) |
|
|
| Integration | [integration/README.md](integration/README.md) |
|
|
| Verification | [verifications/README.md](verifications/README.md) |
|