Developer Tools
Trust: 44/100 (Fair)io.github.Dave-London/test Guide
Auto-detects test framework (pytest, jest, vitest) and returns structured results.
70 starsby Dave-London
Quick Start
Install
npx @paretools/testClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-dave-london-test": {
"command": "npx",
"args": [
"@paretools/test"
]
}
}
}