nunit / nunit-vs-adapter

Runs NUnit V2 tests inside the Visual Studio 2012 or later Test Explorer window.
MIT License
50 stars 43 forks source link

Syntax for auto-removable test suffix #192

Closed Denis535 closed 4 years ago

Denis535 commented 4 years ago

For example:

[Test]
public void Test_Serialize() {
}
[Test]
public void Test_Serialize__ArgumentNullException() {
}

Here I'd like NUnit to remove everything starting with __ (double underscore). And Test Explorer to show those methods as one node with children.

I have already opened this issue https://github.com/nunit/nunit/issues/3579 but it looks like here is better place.

mikkelbu commented 4 years ago

@Denis535 This is the project for the NUnit 2 adapter. I moved your issue to nunit/nunit3-vs-adapter#760. Is your request for NUnit 2 or 3?

Denis535 commented 4 years ago

Of course NUnit 3.

mikkelbu commented 4 years ago

Ok. Then I'll close this issue :)