An open API service indexing awesome lists of open source software.

https://github.com/arxone/besttest

A smart replacement to the old, decaying MStest :wink:
https://github.com/arxone/besttest

mstest unit-testing

Last synced: 9 months ago
JSON representation

A smart replacement to the old, decaying MStest :wink:

Awesome Lists containing this project

README

          

# BestTest
A (hopefully) smart replacement to the old, decaying `mstest` :broken_heart:

## Where to get it

Latest release is [here](https://github.com/ArxOne/BestTest/releases/latest).

## How to use it

```cmd
besttest [] {...}
```
Assemblies can be specified by wildcard (`*Test.dll` for example).

## Current features

* Runs tests in parallel
* Tests are isolated by assembly (this can be disabled)
* Inconclusive tests can be considered as succeeded
* Test timeout can be changed (defaults to 5mn)

## Planned features

Visit the [issues](https://github.com/ArxOne/BestTest/issues) to see what's going on and suggest new features if you want.

## Any help welcome

As usual!