Add integration and unit tests for Notes API with PostgreSQL-based test hosting configuration
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace Freman.Sample.Web.IntegrationTests.TestHost;
|
||||
|
||||
[CollectionDefinition(Name, DisableParallelization = true)]
|
||||
public sealed class IntegrationTestCollection : ICollectionFixture<IntegrationTestFixture>
|
||||
{
|
||||
public const string Name = "Integration tests";
|
||||
}
|
||||
Reference in New Issue
Block a user