# Packages

Package ldservices provides HTTP handlers that simulate the behavior of LaunchDarkly service endpoints.
Package ldtestdata provides a mechanism for providing dynamically updatable feature flag state in a simplified form to an SDK client in test scenarios.
Package storetest contains the standard test suite for persistent data store implementations.

# Functions

WithMockLoggingContext creates a ClientContext that writes to a MockLogger, executes the specified action, and then dumps the captured output to the console only if there's been a test failure.

# Interfaces

Fallible is a general interface for anything with a Failed method.