Sebazzz/NUnitTestOrdering

Repeat attribute in EnableTestOrdering.cs file ?

Opened this issue · 0 comments

Is it possible to use the repeat attribute in the EnableTestOrdering.cs file? I tried to use definetestordering to create a class where one fixture is listed multiple times, but it would not run correctly at runtime. I tried to use nunit's repeat attribute but I don't think the attribute was picked up properly.

Thanks!