# Packages
Package bqfake provides tools to construct fake bigquery datasets, tables, query responses, etc.
Package dsfake implements a fake dsiface.Client If you make changes to existing code, please test whether it breaks existing clients, e.g.
Package cloudtest provides utilities for testing, e.g.
# Functions
LoggingClient is an HTTP client that also logs all requests and responses.
NewChannelClient is an HTTP client that ignores requests and returns responses provided by a channel.
NewLoggingClient returns an HTTP client that also logs all requests and responses.
# Structs
BucketHandle provides a fake BucketHandle implementation for testing.
GCSClient provides a fake storage client that can be customized with arbitrary fake bucket contents.