Engine extension supporting execution of NUnit V2 tests
Перейти к файлу
CharliePoole d34e4e728a
Merge pull request #50 from nunit/release-3.9.0
Release 3.9.0
2021-09-28 17:34:58 -07:00
cake Update copyright dates and version numbers for release 3.9.0 2021-09-28 15:29:38 -07:00
src Update copyright dates and version numbers for release 3.9.0 2021-09-28 15:29:38 -07:00
tools Upgrade to Cake 1.2.0 2021-09-28 15:03:49 -07:00
.gitignore Integrate chocolatey package in build 2017-07-28 03:10:44 +01:00
.travis.yml Drop OSX mono 4.6.2 build 2017-08-13 10:52:45 -07:00
CHANGES.txt Update CHANGS.txt for release 3.9.0 2021-09-28 17:27:43 -07:00
GitReleaseManager.yaml Draft and Production Release targets 2021-09-28 15:09:24 -07:00
GitVersion.yml First pass at separate cake files and use of GitVersion 2021-09-12 13:06:59 -07:00
LICENSE.txt Update copyright dates 2019-10-19 20:55:19 -07:00
NuGet.config Add NuGet.config 2016-09-23 17:42:06 -07:00
README.md Fix typos 2020-03-22 12:03:54 -07:00
VERIFICATION.txt Integrate chocolatey package in build 2017-07-28 03:10:44 +01:00
appveyor.yml Draft and Production Release targets 2021-09-28 15:09:24 -07:00
build Make bash scripts executable 2016-09-26 21:25:27 -07:00
build.cake Update CHANGS.txt for release 3.9.0 2021-09-28 17:27:43 -07:00
build.cmd Add build script 2016-09-23 17:36:33 -07:00
build.ps1 Upgrade to Cake 1.2.0 2021-09-28 15:03:49 -07:00
build.sh Upgrade to Cake 1.2.0 2021-09-28 15:03:49 -07:00
nunit.v2.driver.addins Add Packaging to script 2016-09-23 18:44:13 -07:00
nunit.v2.driver.sln Draft and Production Release targets 2021-09-28 15:09:24 -07:00

README.md

NUnit V2 Framework Driver

The NUnit V2 Framework Driver is an engine extension for NUnit 3, allowing it to load and execute tests written against the NUnit V2 test framework. Without the extension, an NUnit 3 installation cannot run V2 tests. The driver supports all versions of NUnit V2, including the latest updates from the NUnit legacy project.

Scope

NUnit V2 is a legacy project, which will eventually be discontinued. The goal of this driver is to permit users to continue to run existing NUnit V2 tests under NUnit 3 for as long as necessary. In keeping with that goal, we will accept certain issues and PRs and reject others. In particular, we won't use the driver to add new features on top of the V2 framework.

We will do a mix of the following:

  1. Fix outstanding bugs in the driver itself.

  2. Enhance the driver to meet any new requirements introduced by the engine.

  3. Provide occasional new features designed to help users move toward an eventual NUnit 3 conversion.

LICENSE

The NUnit V2 Framework Driver is licensed under the MIT license. See LICENSE.txt in the root of this distribution.