mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-15 01:26:10 +00:00
test: first unit test for resolver (#1475)
Starting to create unit tests to cover critical (and mostly undocumented) provider resolution and routing logic. ## Test Plan Unit tests
This commit is contained in:
parent
60e7f3d705
commit
290cc843fc
2 changed files with 126 additions and 0 deletions
9
.cursor/rules/general.mdc
Normal file
9
.cursor/rules/general.mdc
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
description: General rules always applicable across the project
|
||||
globs:
|
||||
alwaysApply: true
|
||||
---
|
||||
# Style
|
||||
|
||||
- Comments must add value to code. Don't write filler comments explaining what you are doing next; they just add noise.
|
||||
- Add a comment to clarify surprising behavior which would not be obvious. Good variable naming and clear code organization is more important.
|
Loading…
Add table
Add a link
Reference in a new issue