psmake.mod.testing 1.2.1

There is a newer version of this package available.
See the version list below for details.
dotnet add package psmake.mod.testing --version 1.2.1
NuGet\Install-Package psmake.mod.testing -Version 1.2.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="psmake.mod.testing" Version="1.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add psmake.mod.testing --version 1.2.1
#r "nuget: psmake.mod.testing, 1.2.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install psmake.mod.testing as a Cake Addin
#addin nuget:?package=psmake.mod.testing&version=1.2.1

// Install psmake.mod.testing as a Cake Tool
#tool nuget:?package=psmake.mod.testing&version=1.2.1

A testing module for PsMake, allowing to execute nunit/nunit3/mbunit/mstest/xunit tests with optional coverage check

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.1.1 1,290 10/19/2017
1.3.1 2,484 2/27/2017
1.3.0 1,056 1/23/2017
1.2.1 1,002 1/12/2017
1.2.0 1,024 1/12/2017
1.1.0 2,030 6/14/2016
1.0.1 1,811 6/21/2015
1.0.0 1,184 4/7/2015

Functions:
(Changed) Define-NUnitTests: added $AdditionalParameters = @('/framework:4.0')
(Changed) Define-NUnit3Tests: added $AdditionalParameters = @()
(Changed) Define-MbUnitTests: added $AdditionalParameters = @()
(Changed) Define-MsTests: added $AdditionalParameters = @()
(Changed) Define-XUnitTests: added $AdditionalParameters = @()
(Fix) Define-*Tests: fixed passing additional parameters to the runner