axodox / AxoCover

Nice and free .Net code coverage support for Visual Studio with OpenCover.
https://marketplace.visualstudio.com/items?itemName=axodox1.AxoCover
MIT License
250 stars 60 forks source link

Support [Explicit] for NUnit #134

Open 304NotModified opened 6 years ago

304NotModified commented 6 years ago

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

hoontje commented 6 years ago

I think this would be a valuable enhancement

LucasKatsuo commented 5 years ago

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