A portable Go library which represents API bindings that allow you to manage Unity XT storage platforms.
Follow the steps to run integration tests:
- Create a properties file
test.properties
using the templatetest.properties_template
. - Populate the properties file with values from your Unity XT system as shown below:
- To run the integration tests, run
make go-unittest
. Once all the tests in each module are run successfully, you will seeOutput
asPASS
for each of the module elseOutput
isFAIL
. - To get the integration test coverage for each module, run
make go-coverage
. - To generate and analyze coverage statistics, run
go tool cover -html=gounity_coverprofile.out
.