Sub-skill of pytest-fixture-generator: Error Handling.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill error-handling --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Error Handling?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-error-handling-a9ce5db0)More formats (shields.io, HTML) on the badges page.
---
name: pytest-fixture-generator-error-handling
description: 'Sub-skill of pytest-fixture-generator: Error Handling.'
version: 1.0.0
category: development
type: reference
scripts_exempt: true
---
# Error Handling
## Error Handling
### Tests Not Discovered
```
Error: No tests collected
Check:
1. Test files match pattern: test_*.py
2. Test functions start with: test_
3. pytest.ini testpaths is correct
```
### Coverage Below Threshold
```
FAIL Required test coverage of 80% not reached. Total coverage: 75.00%
Options:
1. Add more tests
2. Reduce threshold temporarily
3. Exclude non-critical paths
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!