prowler-test-sdk

Installation
SKILL.md

Generic Patterns: For base pytest patterns (fixtures, mocking, parametrize, markers), see the pytest skill. This skill covers Prowler-specific conventions only.

Full Documentation: docs/developer-guide/unit-testing.mdx

CRITICAL: Provider-Specific Testing

Provider Mocking Approach Decorator
AWS moto library @mock_aws
Azure, GCP, K8s, others MagicMock None

NEVER use moto for non-AWS providers. NEVER use MagicMock for AWS.


AWS Check Test Pattern

Related skills
Installs
58
GitHub Stars
13.8K
First Seen
Jan 21, 2026