Skip to content

Commit afb4b3a

Browse files
committed
implementing Federico's feedback.
Signed-off-by: Kamesh Akella <kakella@redhat.com>
1 parent 9281698 commit afb4b3a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

AGENTS.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@ uv run pytest --setup-plan tests/model_serving/
3333

3434
```text
3535
tests/ # 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
4241
utilities/ # Shared utility functions
43-
├── manifests/ # Runtime manifests and configs
4442
└── <topic>_utils.py # Topic-specific utility functions
4543
```
4644

CONSTITUTION.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)