Foundation
๐ค 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.base.foundation
¶
FoundationTestCase Base Class.
Provides a common base class for all Foundation-based tests with standard utilities, automatic setup/cleanup, and common assertions.
Classes¶
FoundationTestCase
¶
Bases: MinimalTestCase
Base test case for Foundation-based tests.
Provides common utilities for testing Foundation applications: - Automatic Foundation reset between tests - Temporary file/directory tracking and cleanup - Mock tracking utilities - Common assertion methods - Output capture helpers
Functions¶
setup_method
¶
Set up test case with Foundation reset.