The set of reusable tests and test fixtures used to test common dbt adapter functionality. Version 1.20.0, released as part of the dbt-adapters monorepo. Follows the dbt-core release cadence.
pip install dbt-tests-adapterNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Subclass BaseTestAdapter to leverage reusable test fixtures for adapter development.
Update imports: use from dbt.tests.adapter instead of from dbt.adapters.tests.
Install both: pip install dbt-tests-adapter dbt-core.