api-test-generator
Installation
SKILL.md
MikoPBX API Test Generating
Generate comprehensive Python pytest tests for MikoPBX REST API endpoints with full parameter coverage, schema validation, and edge case testing.
What This Skill Does
Analyzes DataStructure.php files and generates complete pytest test suites including:
All file paths in this document are relative to the MikoPBX Core checkout root; links to templates and references are relative to this skill's directory.
- ✅ CRUD operation tests (Create, Read, Update, Delete)
- ✅ Positive and negative test cases
- ✅ Parameter validation tests
- ✅ Edge cases and boundary conditions
- ✅ Schema validation tests
- ✅ Proper fixtures and authentication
- ✅ Detailed assertions with error messages