testing
Installation
SKILL.md
Testing – Contentstack Python CDA SDK
When to use
- Adding or changing tests under
tests/. - Debugging test failures or understanding how credentials are loaded.
- Improving test coverage for a new feature.
Instructions
Commands
| Goal | Command |
|---|---|
| Full test tree | pytest tests/ |
| Single file | pytest tests/test_stack.py |
| With coverage | pytest --cov=contentstack tests/ |