Files
prowler/skills/pytest/references/prowler-testing.md
Alan Buscaglia 7f2fa275c6 feat: add AI skills pack for Claude Code and OpenCode (#9728)
Co-authored-by: Rubén De la Torre Vico <ruben@prowler.com>
Co-authored-by: Adrián Jesús Peña Rodríguez <adrianjpr@gmail.com>
Co-authored-by: Pepe Fagoaga <pepe@prowler.com>
2026-01-09 15:01:18 +01:00

498 B

Prowler-Specific Testing Patterns

Local Documentation

For Prowler-specific pytest patterns, see:

  • docs/developer-guide/unit-testing.mdx - Complete SDK testing guide

Contents

The Prowler documentation covers patterns NOT in the generic pytest skill:

  • set_mocked_aws_provider() fixture pattern
  • @mock_aws decorator usage with moto
  • mock_make_api_call pattern
  • Service dependency table for CI optimization
  • Provider-specific mocking (AWS uses moto, Azure/GCP use MagicMock)