mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Updated Testing (markdown)
@@ -5,8 +5,6 @@
|
||||
* xUnit for unit tests
|
||||
* simon-k/dotnet-code-coverage-badge@v1.0.0 for generating code coverage badge
|
||||
|
||||

|
||||
|
||||
## Learning about Unit Testing
|
||||
|
||||
If you are new to automated unit tests, here are some good, easy to read resources:
|
||||
@@ -17,6 +15,10 @@ If you are new to automated unit tests, here are some good, easy to read resourc
|
||||
|
||||
`Terminal.Gui` uses [xunit](https://xunit.net/) for automated unit tests run automatically with Github Actions.
|
||||
|
||||
Current code coverage (for the most recently release nuget package):
|
||||
|
||||

|
||||
|
||||
### Notes
|
||||
|
||||
* Running tests in parallel is disabled because `Application` is a singleton. Do not change those settings.
|
||||
|
||||
Reference in New Issue
Block a user