Updated Testing (markdown)

Charlie Kindel
2021-04-26 12:29:10 -07:00
parent 4ef5d14bdd
commit b14ab9dfe2

@@ -1,3 +1,12 @@
## Unit Tests & Code Coverage
`Terminal.Gui` uses the following technologies for unit tests and for tracking code coverage.
* xUnit for unit tests
* simon-k/dotnet-code-coverage-badge@v1.0.0 for generating code coverage badge
![Code Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/migueldeicaza/90ef67a684cb71db1817921a970f8d27/raw/code-coverage.json)
## Learning about Unit Testing
If you are new to automated unit tests, here are some good, easy to read resources: