Itiviti / gradle-nunit-plugin

A gradle plugin for launching NUnit tests
Apache License 2.0
17 stars 20 forks source link

Don't crash when tests are ignored #48

Closed dfev77 closed 6 years ago

dfev77 commented 6 years ago

Ignored tests do not have time attribute set, so we have to compute suite duration recursively.

panteamihai commented 6 years ago

LGTM