· software
Testing Azure Functions: Unit Tests with Moq & Integration Tests with Testcontainers
Overview Test Azure Functions using Moq for unit tests mocked service interfaces and Testcontainers for integration tests real Azurite blob storage. This guide...