File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -33,14 +33,12 @@ uv run pytest --setup-plan tests/model_serving/
3333
3434``` text
3535tests/ # Test modules by component
36- ├── conftest.py # Shared fixtures (session/class scope)
37- ├── fixtures/ # Extracted fixture modules
36+ ├── conftest.py # All shared fixtures
3837├── <component>/ # Component test directories
3938│ ├── conftest.py # Component-scoped fixtures
4039│ └── test_*.py # Test files
4140| └── utils.py # Component-specific utility functions
4241utilities/ # Shared utility functions
43- ├── manifests/ # Runtime manifests and configs
4442└── <topic>_utils.py # Topic-specific utility functions
4543```
4644
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ All code MUST consider security implications.
102102- Tests are organized by component in ` tests/<component>/ `
103103- Each component has its own conftest.py for scoped fixtures
104104- Utilities go in ` utilities/ ` with topic-specific modules
105- - Runtime manifests go in ` utilities/manifests/ `
106105
107106## AI-Assisted Development Guidelines
108107
You can’t perform that action at this time.
0 commit comments