Skip to content

Commit

Permalink
pytest plugin namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke committed Feb 23, 2024
1 parent 9673c4a commit e9522d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Import the fuctional fixtures as a plugin
# Note: fixtures with session scope need to be local

pytest_plugins = ["dbt.tests.fixtures.project"]
pytest_plugins = ["core.dbt.tests.fixtures.project"]

0 comments on commit e9522d1

Please sign in to comment.