-
Notifications
You must be signed in to change notification settings - Fork 90
Running Tests
Hemanth Chittanuru edited this page Aug 6, 2020
·
1 revision
If you are using Visual Studio Code, the Go extension can be used to run tests as well as get the test coverage.
To run the tests in a package, cd
into that directory and run go test
.