https://github.com/dell/gounity
GO library for Dell Unity
https://github.com/dell/gounity
Last synced: about 1 year ago
JSON representation
GO library for Dell Unity
- Host: GitHub
- URL: https://github.com/dell/gounity
- Owner: dell
- License: apache-2.0
- Created: 2019-11-14T13:37:35.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-04-28T05:45:51.000Z (about 1 year ago)
- Last Synced: 2025-04-28T06:32:21.158Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 253 KB
- Stars: 8
- Watchers: 15
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# GoUnity
A portable Go library which represents API bindings that allow you to manage Unity XT storage platforms.
## Integration Tests Execution
Follow the steps to run integration tests:
1. Create a properties file `test.properties` using the template `test.properties_template`.
2. Populate the properties file with values from your Unity XT system as shown below:

3. To run the integration tests, run `make go-unittest`. Once all the tests in each module are run successfully, you will see `Output` as `PASS` for each of the module else `Output` is `FAIL`.
4. To get the integration test coverage for each module, run `make go-coverage`.
5. To generate and analyze coverage statistics, run `go tool cover -html=gounity_coverprofile.out`.