AxoCover icon indicating copy to clipboard operation
AxoCover copied to clipboard

Support [Explicit] for NUnit

Open 304NotModified opened this issue 8 years ago • 2 comments

Please support the [Explicit] attribute in NUnit

The Explicit attribute causes a test or test fixture to be ignored unless it is explicitly selected for running.

(source)

expected

test methods or test classes with the [Explicit] attribute are skipped by default (inconclusive), when doing "run tests" on an higher level

current result

the explicit tests are running when "run tests" on an higher level

304NotModified avatar Nov 02 '17 15:11 304NotModified

I think this would be a valuable enhancement

hoontje avatar May 31 '18 08:05 hoontje

Yep, I'm waiting for this feature by one year, would be very valuable have this. =)

LucasKatsuo avatar Oct 17 '18 20:10 LucasKatsuo