Dimitri Kroo

Results 36 comments of Dimitri Kroo

> There is definitely something wrong. I am not sure to understand the use case where you would want to run no test, it would seem like a bug to...

> > MSTest Runner throws error because integration tests report 0 tests. Actually --filter should ignore them completely? > > I am not sure to understand what you mean. With...

Hey! Do you need more information or solution example?

Hi @Evangelink , thanks! Seems legit. And what about --filter option? Does it work as designed, that actually whole namespace(Project) is filtered out, but it shows up in the logs...

```powershell dotnet test -p:TestingPlatformCommandLineArguments=" --filter FullyQualifiedName!~TestProjectFilter2" .\TestProjectFilter.sln Determining projects to restore... All projects are up-to-date for restore. TestProjectFilter2 -> C:\Users\user\Documents\TestProjectFilter\TestProjectFilter2\bin\Debug\net8.0\TestProjectFilter2.dll TestProjectFilter1 -> C:\Users\user\Documents\TestProjectFilter\TestProjectFilter1\bin\Debug\net8.0\TestProjectFilter1.dll Run tests: 'C:\Users\user\Documents\TestProjectFilter\TestProjectFilter1\bin\Debug\net8.0\TestProjectFilter1.dll' [net8.0|x64] Run tests: 'C:\Users\user\Documents\TestProjectFilter\TestProjectFilter2\bin\Debug\net8.0\TestProjectFilter2.dll'...

Hi @benmccallum, we use code coverage check for this purpose. Broken(flaky etc.), commented, deleted or not runned test is always a risk.