浏览代码

Merge pull request #649 from tig/unittest_readme

Unittest readme
Charlie Kindel 5 年之前
父节点
当前提交
b32e853e38
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      UnitTests/README.md

+ 5 - 0
UnitTests/README.md

@@ -0,0 +1,5 @@
+# Automated Unit Tests
+
+`Terminal.Gui` uses [xunit](https://xunit.net/) for automated unit tests run automatically with Github Actions.
+
+See the [Testing wiki](https://github.com/migueldeicaza/gui.cs/wiki/Testing) for details on how to add more tests.