vscode-dotnet-test-explorer icon indicating copy to clipboard operation
vscode-dotnet-test-explorer copied to clipboard

Getting mixed results with being able to run individual tests.

Open tombatron opened this issue 4 years ago • 2 comments

When I initialize the solution everything looks fine...

image

All of my unit and integration tests looks to be indexed properly...

image

But when I attempt execute the individual unit test I get the following output.

image

My test projects are .NET Core 3.1 and the project under test targets .NET Standard 2.0.

Repository Link: NReJSON Project

tombatron avatar Jun 18 '20 10:06 tombatron

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 avatar Jun 21 '20 19:06 stefanforsberg

@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.

GeorchW avatar Jul 23 '20 19:07 GeorchW