googleapis / google-cloud-ruby

Google Cloud Client Library for Ruby
https://googleapis.github.io/google-cloud-ruby/
Apache License 2.0
1.35k stars 543 forks source link

Improve Acceptance Tests #552

Closed blowmage closed 8 years ago

blowmage commented 8 years ago

Because #550 moves the API mocks to a higher level, less gcloud code is being invoked in the developer tests. The acceptance tests were never intended to provide 100% code coverage, but they can be improved to cover more of the behavior now behind the updated developer test mocks.

blowmage commented 8 years ago

Probably no longer needed, since we have improved the mocking used in the GRPC conversion. We are satisfied with the combination of mocked tests and acceptance tests.