It would be really nice to speed up testing to be able to run tests on multiple machines (this is actually Acceptance/Integration tests, not Unit tests...). Is there an existing ea开发者_StackOverflow中文版sy way to do that using NUnit?
@DotNetWise points out that NUnitGridRunner it is dead, and the author proposes alternatives:
Note: I've given up on this project as I've found that JetBrain's Team City provides a viable option. Cruise also provides some grid processing but not as good.
The Team City "Build Grid" feature might be what you're looking for.
I think you don't want PNUnit. While it stands for "Parallel NUnit," its home page says:
PNUnit is not intended for "casual" parallelism merely to make the tests run faster. Rather, it's intended as a way to test applications composed of distributed, communicating components.
精彩评论