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>
475 B
475 B
SDK Testing Documentation
Local Documentation
For detailed SDK testing patterns, see:
docs/developer-guide/unit-testing.mdx- Complete guide for writing check tests
Contents
The documentation covers:
- AWS testing with moto (
@mock_awsdecorator) - Azure testing with MagicMock
- GCP testing with MagicMock
- Provider-specific fixtures (
set_mocked_aws_provider, etc.) - Service dependency table for CI optimization
- Test structure and required scenarios