Skip to content

Example code for the Testcontainers Software Journal Club session

Notifications You must be signed in to change notification settings

PeterMedusRES/TestcontainersJournalClub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testcontainers Software Journal Club code

This repository contains the example code I presented in the Testcontainers Software Journal Club session. It uses an Azurite Docker container created using the Testcontainers library to emulate Azure Blob Storage. This repository is a C# solution that can be opened using Visual Studio or any other C# IDE.

Prerequisites

Building and Running the Tests

The integration tests can be found the AlbumCoverServiceTests file in the Albums.Test project. You can use the test runner in your IDE, or run dotnet test from the command line. Docker must be running in the background for the tests to work.

Git Branches

  • 0-start is the starting point for the Journal Club session.
  • 1-containerbuilder uses the ContainerBuilder class to create the Azurite container.
  • 2-azurite-module uses the Azurite Testcontainers module to create the Azurite container, as well as making the code debuggable.

About

Example code for the Testcontainers Software Journal Club session

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages