# google-cloud-go-testing **Repository Path**: mirrors_chromium_googlesource/google-cloud-go-testing ## Basic Information - **Project Name**: google-cloud-go-testing - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-19 - **Last Updated**: 2025-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Testing Support for the Google Cloud Client Libraries for Go ## Status This project is no longer being maintained. If you would like to see patternes you can use to test against the Go client libraries please see the links below: - [Test cloud.google.com/go clients](https://github.com/googleapis/google-cloud-go/blob/master/testing.md). - [Test google.golang.org/api clients](https://github.com/googleapis/google-api-go-client/blob/master/testing.md). ## Install ``` go get github.com/googleapis/google-cloud-go-testing ``` This repository contains code that can help you test against the [Cloud Client Libraries for Go](https://github.com/GoogleCloudPlatform/google-cloud-go). If you plan to use this code for mocks, we recommend you read [Don't Overuse Mocks](https://testing.googleblog.com/2013/05/testing-on-toilet-dont-overuse-mocks.html) first. **NOTE:** This code has alpha status. It may be subject to backwards-incompatible changes.