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