vscode-dotnet-test-explorer
vscode-dotnet-test-explorer copied to clipboard
Getting mixed results with being able to run individual tests.
When I initialize the solution everything looks fine...
All of my unit and integration tests looks to be indexed properly...
But when I attempt execute the individual unit test I get the following output.
My test projects are .NET Core 3.1 and the project under test targets .NET Standard 2.0.
Repository Link: NReJSON Project
Hello! Our support for running individual nested test classes is not great (ie it does not work) and since the repo you link is more or less only that I'm afraid the experience is not great :/
Currently we are looking into replacing the current test running infrastructure in #271 so we are waiting to see how that pans out before investing more time in fixing bugs in the current way of doing things.
@stefanforsberg I haven't worked on the logger for the last few weeks, but for this issue in particular, I don't believe that it is affected by it, since the logger is just another method of getting the test results into the extension. We're not changing anything about how we start tests, I believe.