Skip to content

Commit

Permalink
added data catalog fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
wmelder committed Feb 28, 2024
1 parent f580a58 commit b822fdf
Show file tree
Hide file tree
Showing 2 changed files with 508 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/tests/unit_tests/apis/dataset/conftest.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import pytest


"""------------------------ DATA CATALOG HANDLER ----------------------"""


@pytest.fixture(scope="module")
def i_datacatalog(load_file_as_graph):
return load_file_as_graph(__file__, "example_data_catalog.ttl")
Loading

0 comments on commit b822fdf

Please sign in to comment.