Skip to content

Commit

Permalink
Add mark integration
Browse files Browse the repository at this point in the history
  • Loading branch information
binhnq94 committed Sep 8, 2023
1 parent 2acbbbe commit c107c07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/dbt/test_graph.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ def test_load_via_load_via_custom_parser(pipeline_name):
assert len(dbt_graph.nodes) == 8


@pytest.mark.integration
@pytest.mark.parametrize("load_method", ["load_via_dbt_ls", "load_from_dbt_manifest"])
def test_load_dbt_ls_and_manifest_with_model_version(load_method):
dbt_graph = DbtGraph(
Expand Down

0 comments on commit c107c07

Please sign in to comment.