Skip to content

Instantly share code, notes, and snippets.

@TheBenda
TheBenda / BaseIntegrationTest.cs
Created July 3, 2024 15:33
How to use AppFixture with PostgreSqlContainer
namespace Solution.IntegrationTests;
public abstract class BaseIntegrationTest : TestBase<PostgresTestcontainer> { }