Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
route logs to dbt-core/logs instead of each test folder (#4711)
* Initial pass at switching integration tests to pytest * Move tests/util.py and tests/tables.py into core/dbt/tests * Attempt to get interop tests to pass, add test/integration to some Makefile targets * Move project fixtures into core/dbt/tests/fixtures/project.py * flake8 and formatting * Add jaffle_shop fixture * Add test_quoted_database.py test in simple_copy * route logs to dbt-core/logs instead of each test folder * Instead of one data_dir provide 'test_data_dir' and 'shared_data_dir' * update CONVERTING.md * removed unused import * used built in request fixture for root dir * pulled in changes, fixed flake8 error Co-authored-by: Gerda Shank <[email protected]>
- Loading branch information