Shared test suite for Entity Framework Core relational database providers.
$ dotnet add package Microsoft.EntityFrameworkCore.Relational.Specification.TestsThis package contains tests that can be implemented and then used in database provider repos to test EF Core against that provider.
See Writing a Database Provider for more information.