Skip to content

Commit

Permalink
move location
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenyuLInx committed Apr 16, 2024
1 parent 55f73ae commit 46712cc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions tests/unit/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
from dbt.artifacts.resources.types import NodeType
from dbt.contracts.graph.nodes import SourceDefinition

# All manifest related fixtures.
from tests.unit.utils.manifest import * # noqa


@pytest.fixture
def basic_parsed_source_definition_object():
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/contracts/graph/test_semantic_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from dbt.contracts.graph.semantic_manifest import SemanticManifest

# Request fixtures for manifest, this is simialr to import * in the file.
pytest_plugins = ("tests.unit.utils.manifest",)
# pytest_plugins = ("tests.unit.utils.manifest",)

# Overwrite the default nods to construct the manifest

Expand Down

0 comments on commit 46712cc

Please sign in to comment.