This commit is contained in:
Paul Schneider 2021-01-04 00:11:27 +00:00
commit d12667d6de
11 changed files with 53 additions and 36 deletions

View file

@ -25,10 +25,8 @@ using Yavsc.Server.Models.IT.SourceCode;
namespace test
{
[Collection("Yavsc mandatory success story")]
[Trait("regres", "yes")]
[Trait("regression", "oui")]
public class BatchTests: BaseTestContext, IClassFixture<ServerSideFixture>, IDisposable
{
ServerSideFixture _fixture;