testing
Installation
SKILL.md
Testing – Contentstack Management Python
When to use
- Adding or changing tests under
tests/. - Debugging API vs mock failures; improving
tests/cred.pyusage.
Instructions
Runner and tooling
| Suite | Path | Notes |
|---|---|---|
| Unit | tests/unit/** |
Fast, isolated; primary CI target |
| API | tests/api/** |
Live CMA — .env via tests/cred.py |
| Mock | tests/mock/** |
Mocked HTTP / contracts |