ionide / proj-info

Parse and evaluate MsBuild project files
MIT License
64 stars 37 forks source link

Handle command line args in test project #118

Closed Booksbaum closed 3 years ago

Booksbaum commented 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")