cfn-stack-updater/tests
Vijaya Manne 632ac9e328 Initial commit: One-Click CloudFormation Stack Updater
- Python CLI tool for rolling updates of CL-AppPipe-* and CL-SvcPipe-* stacks
- Async update engine with configurable concurrency (asyncio.Semaphore)
- Exponential backoff retry for API throttling
- Dry-run mode for safe preview
- IAM permission pre-validation
- Comprehensive test suite (80 tests: 11 property-based + 69 unit)
- Full spec documentation (requirements, design, tasks)
2026-05-29 14:56:59 -04:00
..
__init__.py Initial commit: One-Click CloudFormation Stack Updater 2026-05-29 14:56:59 -04:00
conftest.py Initial commit: One-Click CloudFormation Stack Updater 2026-05-29 14:56:59 -04:00
test_cli.py Initial commit: One-Click CloudFormation Stack Updater 2026-05-29 14:56:59 -04:00
test_discovery.py Initial commit: One-Click CloudFormation Stack Updater 2026-05-29 14:56:59 -04:00
test_dry_run.py Initial commit: One-Click CloudFormation Stack Updater 2026-05-29 14:56:59 -04:00
test_permissions.py Initial commit: One-Click CloudFormation Stack Updater 2026-05-29 14:56:59 -04:00
test_report.py Initial commit: One-Click CloudFormation Stack Updater 2026-05-29 14:56:59 -04:00
test_updater.py Initial commit: One-Click CloudFormation Stack Updater 2026-05-29 14:56:59 -04:00