testcontainers / testcontainers-go

Testcontainers for Go is a Go package that makes it simple to create and clean up container-based dependencies for automated integration/smoke tests. The clean, easy-to-use API enables developers to programmatically define containers that should be run as part of a test and clean up those resources when the test is done.
https://golang.testcontainers.org
MIT License
3.3k stars 450 forks source link

feat: add azurite module #2569

Closed mdelapenya closed 1 week ago

mdelapenya commented 3 weeks ago

Render URL: https://deploy-preview-2569--testcontainers-go.netlify.app/modules/azurite/

What does this PR do?

This PR adds the Azurite module, as a copy of the existing .NET implementation (see https://github.com/testcontainers/testcontainers-dotnet/tree/main/src/Testcontainers.Azurite) for that implementation.

Why is it important?

A cloud emulator for Microsoft Azure.

netlify[bot] commented 3 weeks ago

Deploy Preview for testcontainers-go ready!

Name Link
Latest commit 226c9ad20899007dfe8f25b0b1e02d0795ef4cdc
Latest deploy log https://app.netlify.com/sites/testcontainers-go/deploys/6679815cf68d6c0008081561
Deploy Preview https://deploy-preview-2569--testcontainers-go.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

mdelapenya commented 1 week ago

@HofmeisterAn I'm going to merge this one. If you see anything that seems incorrect, please let me know in an issue 🙏

Cheers!