formulahendry / vscode-dotnet-test-explorer

.NET Core Test Explorer for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=formulahendry.dotnet-test-explorer
MIT License
203 stars 97 forks source link

Change TreeView on Theory (xUnit) #95

Open equiman opened 6 years ago

equiman commented 6 years ago

I think when use Theory, tree view can be repetitive:

treeview

Is there a way to group Theory on this way?

treeview-proposal

janaka commented 6 years ago

Can you share the ArabicTest.cs code as an example? if so just paste it in here.

equiman commented 6 years ago

@janaka I have this TDD Exercise on this repo: https://github.com/equiman/tdd_roman

Test File: https://github.com/equiman/tdd_roman/blob/master/Number.Tests/ArabicTest.cs

AlexTeixeira commented 5 years ago

Totally agree with this point. In big project test are unreadable due to the redundancy.