From b093c6292d8709d77909b42afa42dc1df42b76ac Mon Sep 17 00:00:00 2001 From: Sean Date: Mon, 3 Nov 2025 15:58:37 -0500 Subject: [PATCH] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0682336..68294ff 100644 --- a/README.md +++ b/README.md @@ -171,6 +171,7 @@ Notes: There is a c++ program that performs the file transfer between Isonoe and To run unit tests we need to enable "Code Lens" so that the "Run Test" "Debug Test" options are visible and clickable in the source file. So make sure to go to File->Preferences->Settings in VsCode and type "Editor: Code Lense" and sure it's checked. If so you should see options to debug a single unit test right under the [TestMethod] annotation. +To run unit tests from the CLI go to the unit test project folder in Terminal and run dotnet clean, dotnet build, dotnet test Git Delete Remote Branch