Update README

This commit is contained in:
2025-11-03 15:58:37 -05:00
parent 093c6b0214
commit b093c6292d

View File

@@ -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