Skip to main content

Module testing

Module testing 

Source
Expand description

§Testing — Generic test harness for all connectors

Provides a unified test suite that can validate any connector implementing the core traits. Tests automatically skip features the connector doesn’t support (returns UnsupportedOperation).

Modules§

assertions
Assertions — Sanity-check helpers for connector response types
env_loader
Env Loader — Load API credentials from .env file
harness
Test Harness
suites
Test Suites