aspnet / MusicStore

[Archived] MusicStore test application that uses ASP.NET/EF Core. Project moved to https://github.com/aspnet/AspNetCore
1.3k stars 878 forks source link

Remove workaround for the nano-tests target #739

Closed natemcmaster closed 7 years ago

natemcmaster commented 7 years ago

At the time we ported to VS 2017, dotnet-test and xunit.runner.visualstudio didn't support filtering on traits, which we needed to run a subset of tests on Nano Server. The workaround was to use the dotnet-test-xunit runner instead. We should remove this since dotnet-test-xunit will likely go away in favor of dotnet-xunit or xunit.runner.visualstudio.

I haven't verified this, but I believe an update to xunit.runner.visualstudio will provide the ability to filter on xunit traits.