Index
π€ AI-Generated Content
This documentation was generated with AI assistance and is still being audited. Some, or potentially a lot, of this information may be inaccurate. Learn more.
provide.testkit.common
¶
Common testing fixtures for the provide-io ecosystem.
Standard mock objects and fixtures that are used across multiple modules in any project that depends on provide.foundation.
Functions¶
mock_cache
¶
Mock cache object for testing.
Source code in provide/testkit/common/fixtures.py
mock_config_source
¶
mock_database
¶
Mock database connection for testing.
Source code in provide/testkit/common/fixtures.py
mock_event_emitter
¶
Mock event emitter for testing.
mock_file_system
¶
Mock file system for testing.
Source code in provide/testkit/common/fixtures.py
mock_http_config
¶
Mock HTTP configuration for testing.
mock_metrics_collector
¶
Mock metrics collector for testing.
Source code in provide/testkit/common/fixtures.py
mock_subprocess
¶
Mock subprocess for testing.
Source code in provide/testkit/common/fixtures.py
mock_telemetry_config
¶
Mock telemetry configuration for testing.
Source code in provide/testkit/common/fixtures.py
mock_transport
¶
Mock transport for testing.