mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-01-25 02:08:11 +00:00
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>
498 B
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_awsdecorator usage with motomock_make_api_callpattern- Service dependency table for CI optimization
- Provider-specific mocking (AWS uses moto, Azure/GCP use MagicMock)