Altimesh.ProcessTestRunner 1.0.2

dotnet tool install --global Altimesh.ProcessTestRunner --version 1.0.2
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local Altimesh.ProcessTestRunner --version 1.0.2
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=Altimesh.ProcessTestRunner&version=1.0.2
                    
nuke :add-package Altimesh.ProcessTestRunner --version 1.0.2
                    

process-test-runner

A unit test runner in which tests run in separate processes

Why

Sometimes, you want to make sure your tests run in complete isolation. Sometimes, you want to test stuff that can crash its process with abort exit(x).

In thoses cases, most of UT framework will completely crash and you can't have a full report, if a report (result dumps happens after all tests run).

What it does

It's mainly written for internal purposes but :

  • it discovers and runs tests (nunit or mstest)
  • each test run in its own process
  • at some extend, setup and teardown are supported as well as sequences
  • it's fast

What it does not

It's definitely not (yet) a full agnostic test runner. It lacks stability and many features. It lacks an adapter for IDE's and a way to debug.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.2 174 4/3/2025