We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f073e69 commit 0bbf451Copy full SHA for 0bbf451
1 file changed
tests/unit/master_data_registry/conftest.py
@@ -1,19 +0,0 @@
1
-import pathlib
2
-import pytest
3
-
4
-from tests import TEST_DATA_PATH
5
6
7
-@pytest.fixture
8
-def rdf_file_path() -> pathlib.Path:
9
- return TEST_DATA_PATH / "example.ttl"
10
11
12
13
-def rdf_content(rdf_file_path) -> str:
14
- return rdf_file_path.read_text(encoding="utf-8")
15
16
17
18
-def organisation_cet_uri() -> str:
19
- return "http://data.europa.eu/a4g/ontology#Organisation"
0 commit comments