Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nunit/nunit.issues
A repo for holding reproduction code for the issues in the NUnit repository.
https://github.com/nunit/nunit.issues
Last synced: about 2 months ago
JSON representation
A repo for holding reproduction code for the issues in the NUnit repository.
- Host: GitHub
- URL: https://github.com/nunit/nunit.issues
- Owner: nunit
- License: mit
- Created: 2023-04-11T10:07:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T20:04:28.000Z (2 months ago)
- Last Synced: 2024-10-24T17:53:54.000Z (2 months ago)
- Language: C#
- Size: 1010 KB
- Stars: 2
- Watchers: 9
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NUnit Reproductions for Issues in the NUnit Framework
This repository contains a set of reproducible test cases for issues in the NUnit Framework, which can be found in the [NUnit](https://github.com/nunit/nunit) repository.
## How to use this repository
When we you raise an issue, or when you want to contribute a fix, you can use this repository to create a reproducible test case.
1. Create a folder with the name `IssueXXXX` where `XXXX` is the issue number.
2. Add a readme.md file, which contains at the minimum a link to the issue in the NUnit repository.
3. Add a link in the issue to your repro folder in this repo.
4. Create your repro solution any way you like. It should compile and the tests you add should run, failing or not, based on what your case is.Note that this is not a requirement for adding issues, because some issues are not easily reproduced. Use this when you can reproduce an issue, it makes it much easier for others, including the NUnit team, to understand your issue and hopefully find a fix to it.