doc updates
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
---
|
||||
name: initial-test-structure
|
||||
description: Create an initial pytest test structure for a target project scope using repository conventions.
|
||||
x-personal-mcp:
|
||||
id: initial-test-structure
|
||||
version: 1.0.0
|
||||
tags:
|
||||
- pytest
|
||||
- testing
|
||||
capabilities:
|
||||
- resource://prompts/initial-test-structure/document
|
||||
arguments:
|
||||
target_scope:
|
||||
type: string
|
||||
description: Target project, package, or module to scaffold tests for.
|
||||
required: false
|
||||
---
|
||||
|
||||
# Prompt For Creating Initial Test Structure
|
||||
|
||||
Create an initial test structure in `./tests` based around pytest best practices.
|
||||
|
||||
Use for an overview of best practices `resource://skills/pytest-scaffolding/document`. Take into account the naming structure too and pull in other relevant resources like for fastapi testing
|
||||
Reference in New Issue
Block a user