Closed Booksbaum closed 3 years ago
Currently the test project always runs all tests.
With this PR command line args are passed to expecto -> can filter tests (like dotnet run -- --filter "Main tests.can load sln" or dotnet run -- --run "Main tests.can load sln - WorkspaceLoaderViaProjectGraph")
dotnet run -- --filter "Main tests.can load sln"
dotnet run -- --run "Main tests.can load sln - WorkspaceLoaderViaProjectGraph"
Currently the test project always runs all tests.
With this PR command line args are passed to expecto
-> can filter tests (like
dotnet run -- --filter "Main tests.can load sln"
ordotnet run -- --run "Main tests.can load sln - WorkspaceLoaderViaProjectGraph"
)