https://github.com/unknown6656-megacorp/unknown6656.testrunner
A .NET unit test runner for the console/terminal.
https://github.com/unknown6656-megacorp/unknown6656.testrunner
csharp net test test-runner unit unit-testing
Last synced: 5 months ago
JSON representation
A .NET unit test runner for the console/terminal.
- Host: GitHub
- URL: https://github.com/unknown6656-megacorp/unknown6656.testrunner
- Owner: Unknown6656-Megacorp
- License: agpl-3.0
- Created: 2020-07-31T22:18:56.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-05-23T23:23:39.000Z (about 2 years ago)
- Last Synced: 2025-02-25T04:17:22.223Z (over 1 year ago)
- Topics: csharp, net, test, test-runner, unit, unit-testing
- Language: C#
- Homepage:
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://github.com/Unknown6656-Megacorp/Unknown6656.TestRunner/releases)
[](https://www.nuget.org/packages/Unknown6656.TestRunner/)
[](https://www.nuget.org/packages/Unknown6656.TestRunner/)
# Unknown6656.TestRunner - A .NET unit test runner for the console/terminal.
You can find this project on NuGet: https://www.nuget.org/packages/Unknown6656.TestRunner/
## Installation
Use one of the follwing methods to install and use this library:
- **Package Manager:**
```batch
PM> Install-Package Unknown6656.TestRunner
```
- **.NET CLI:**
```batch
> dotnet add package Unknown6656.TestRunner
```
- **Package reference** (e.g. in a `.csproj`/`.vbproj`/`.fsproj` project file):
```xml
```
- **Paket CLI:**
```batch
> paket add Unknown6656.TestRunner
```
- **F# Interactive:**
```fsharp
#r "nuget: Unknown6656.TestRunner, *"
```
## Documentation will follow when I have more free time