An open API service indexing awesome lists of open source software.

https://github.com/joaofbantunes/messingaroundwithtestcontainers

Just a very basic look at Testcontainers, looking at modules (using LocalStack as an example), custom defined containers (with ValKey as an example), and thinking a bit about how to use them in a project, and how to wire things up with xUnit.
https://github.com/joaofbantunes/messingaroundwithtestcontainers

dotnet localstack testcontainers valkey

Last synced: about 1 year ago
JSON representation

Just a very basic look at Testcontainers, looking at modules (using LocalStack as an example), custom defined containers (with ValKey as an example), and thinking a bit about how to use them in a project, and how to wire things up with xUnit.

Awesome Lists containing this project

README

          

## Messing around with Testcontainers

Just a very basic look at Testcontainers, looking at modules (using LocalStack as an example), custom defined containers (with ValKey as an example), and thinking a bit about how to use them in a project, and how to wire things up with xUnit.