Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nunit/nunit-v2-framework-driver
Engine extension supporting execution of NUnit V2 tests
https://github.com/nunit/nunit-v2-framework-driver
Last synced: about 2 months ago
JSON representation
Engine extension supporting execution of NUnit V2 tests
- Host: GitHub
- URL: https://github.com/nunit/nunit-v2-framework-driver
- Owner: nunit
- License: mit
- Created: 2016-08-14T20:54:03.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2021-09-29T00:37:27.000Z (over 3 years ago)
- Last Synced: 2024-10-24T17:53:52.955Z (2 months ago)
- Language: C#
- Size: 223 KB
- Stars: 1
- Watchers: 13
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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](https://github.com/nunit-legacy/nunitv2).
## 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.