Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce unnecessary output when running tests #1868

Open
RikkiGibson opened this issue Jul 27, 2020 · 0 comments
Open

Reduce unnecessary output when running tests #1868

RikkiGibson opened this issue Jul 27, 2020 · 0 comments

Comments

@RikkiGibson
Copy link

When I use the Run Tests in Context in VS Code I get a lot of output like this:

Microsoft.CodeAnalysis.CSharp.UnitTests.Semantics.NullableReferenceTypesTests.UnconstrainedTypeParameter_03:
    Outcome: Passed
    
Microsoft.CodeAnalysis.CSharp.UnitTests.Semantics.NullableReferenceTypesTests.Operator_06:
    Outcome: Passed
    
Microsoft.CodeAnalysis.CSharp.UnitTests.Semantics.NullableReferenceTypesTests.WarnInsideTupleLiteral:
    Outcome: Passed
    
Microsoft.CodeAnalysis.CSharp.UnitTests.Semantics.NullableReferenceTypesTests.SuppressNullableWarning_Out:
    Outcome: Passed
    
Microsoft.CodeAnalysis.CSharp.UnitTests.Semantics.NullableReferenceTypesTests.NotNull_EnforceInMethodBody_Warn_TransientAssignmentOkay:
    Outcome: Passed
...

It doesn't seem necessary to include this, we could instead just give the count of tests that were run and include details for any failing or skipped tests.

It's possible that this could be fixed in https://github.com/omnisharp/omnisharp-roslyn/blob/master/src/OmniSharp.DotNetTest/VSTestManager.cs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants