Description
Actual (release 6.6) tests for Go API has very low coverage of the API. Every API call should be present in the tests.
The structure of the tests for most files is not nice. For all tests files use the gopkg with setup and tear down methods, each test should be one method. See vm_test.go as an example
Use case
Better confidence in Go api.
Interface Changes
Fix any issues in Go API revealed by new tests
Description Actual (release 6.6) tests for Go API has very low coverage of the API. Every API call should be present in the tests. The structure of the tests for most files is not nice. For all tests files use the
gopkg
with setup and tear down methods, each test should be one method. See vm_test.go as an exampleUse case Better confidence in Go api.
Interface Changes Fix any issues in Go API revealed by new tests
Progress Status
API tests for: