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

Installs
62
GitHub Stars
14.0K
First Seen
Jan 21, 2026
prowler-test-sdk — prowler-cloud/prowler