This commit is contained in:
Paul Schneider 2021-06-06 20:32:39 +01:00
commit ef33058ef5
20 changed files with 175 additions and 140 deletions

View file

@ -19,7 +19,7 @@ using Microsoft.AspNet.Mvc;
using Microsoft.AspNet.Mvc.Filters;
using Microsoft.AspNet.Mvc.Razor;
namespace test
namespace yavscTests
{
[Collection("Yavsc Work In Progress")]
[Trait("regression", "oui")]
@ -35,11 +35,6 @@ namespace test
[Fact]
public void EnsureWeb()
{
var host = new WebHostBuilder();
host.UseEnvironment("Development")
.UseServer("Microsoft.AspNet.Server.Kestrel")
.UseStartup<test.Startup>()
.Build().Start();
}
}