mirror of
https://github.com/dbt-labs/dbt-core
synced 2025-12-17 19:31:34 +00:00
Author: Emily Rockman <emily.rockman@dbtlabs.com> route logs to dbt-core/logs instead of each test folder (#4711) * Initial pass at switching integration tests to pytest * Reorganize dbt.tests.tables. Cleanup adapter handling * Move run_sql to TestProjInfo and TableComparison. Add comments, cleanup adapter schema setup * Tweak unique_schema name generation * Update CHANGELOG.md
5 lines
146 B
Python
5 lines
146 B
Python
# Import the fuctional fixtures as a plugin
|
|
# Note: fixtures with session scope need to be local
|
|
|
|
pytest_plugins = ["dbt.tests.fixtures.project"]
|