Skip to content

Commit 0bbf451

Browse files
Update conftest.py
1 parent f073e69 commit 0bbf451

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -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-
@pytest.fixture
13-
def rdf_content(rdf_file_path) -> str:
14-
return rdf_file_path.read_text(encoding="utf-8")
15-
16-
17-
@pytest.fixture
18-
def organisation_cet_uri() -> str:
19-
return "http://data.europa.eu/a4g/ontology#Organisation"

0 commit comments

Comments
 (0)