Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 509 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 509 Bytes

nunit-split-runner

A wrapper over NUnit console that runs assemblies in batches and produces a single report

Its purpose is to avoid the OutOfMemoryException thrown when NUnit runs many dlls in a single run and does not deallocate created app domains.

I ran into this issue when executing over 4000 tests, so I created this exe.

Some of this code is based on C# port of NUnitMerger. Many thanks to the guys that put together that piece of code.