For some reason I'm getting a very large number of tests in Visual studio while using the NUnitTestOrdering library. For example I have a TestFixture that has 5 tests but shows up in Visual Studio as 95 tests when sorted by the trait, Category.
When running tests with NUnit Gui and the NUnitTestOrdering library I get the correct number of tests and the tests run successfully.
I like running tests in Visual Studio when debugging as it's much quicker. What's the best way to run tests in Visual Studio while also using the NUnitTestOrdering library when running tests using the NUnit gui?
Thanks!