Skip to content

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

License

Notifications You must be signed in to change notification settings

nosalan/nunit-split-runner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%