开发者

How to run two NUnit console runners in parallel for the same application?

开发者 https://www.devze.com 2023-03-27 15:09 出处:网络
how can I run the NUnit console.ex开发者_开发技巧e in parallel for the same application. Is it possible to do that?Basically single instance of nunit-console run tests in parallel using different thre

how can I run the NUnit console.ex开发者_开发技巧e in parallel for the same application. Is it possible to do that?


Basically single instance of nunit-console run tests in parallel using different threads, you can disable this by passing /nothread command line argument.

EDIT: Mode details about discussion in chart

So ratty have two tests DLLs and want to run tests for both DLLs in parallel, I suggested to create a new solution which includes both underlying projects and simply run unit tests for newly created solution, NUNit console will run tests in parallel by default

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号