generated from john/python-template
explicit resource links
This commit is contained in:
+6
-7
@@ -233,6 +233,8 @@ OPENROUTER_API_KEY=sk-or-...
|
|||||||
|
|
||||||
### Proposed Implementation
|
### Proposed Implementation
|
||||||
|
|
||||||
|
- `resource://skills/fastapi-async-sqlalchemy-modernization/document`
|
||||||
|
|
||||||
```python src/transcription/models.py
|
```python src/transcription/models.py
|
||||||
"""SQLModel domain models for the transcription system.
|
"""SQLModel domain models for the transcription system.
|
||||||
|
|
||||||
@@ -394,14 +396,11 @@ def get_session() -> Generator[Session]:
|
|||||||
|
|
||||||
## 5. Test Plan
|
## 5. Test Plan
|
||||||
|
|
||||||
### Pytest Hierarchy Rules (Applied)
|
Refer to these resources for rules and guidelines about structure:
|
||||||
|
|
||||||
Use the following structure consistently across Step 1 tests:
|
- `resource://skills/pytesting/document`
|
||||||
|
- `resource://catalog/prompts/pytest-scaffold`
|
||||||
- Module names: `test_*.py`
|
- `resource://catalog/prompts/pytest-fill-scaffold`
|
||||||
- Class names: `Test*` (group related scenarios)
|
|
||||||
- Method names: `test_<expected_outcome>` (keep them short and behavior-focused)
|
|
||||||
- Shared fixtures: nearest `conftest.py` at needed scope
|
|
||||||
|
|
||||||
Hierarchy pattern used in this step:
|
Hierarchy pattern used in this step:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user