Skip to content

Commit a2287c2

Browse files
committed
updating tests
1 parent 1be875e commit a2287c2

3 files changed

Lines changed: 5 additions & 11 deletions

File tree

tests/e2e/conftest.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,8 @@ def ttl_file():
2929
def path_ttl_file():
3030
path = TEST_DATA_PATH / "notice_transformer" / "test_repository" / "test_package" / "transformation" / "mappings" / "complementary_information.rml.ttl"
3131
return str(path)
32+
33+
34+
@pytest.fixture
35+
def fake_mapping_suite_id() -> str:
36+
return "test_package"

tests/e2e/data_manager/conftest.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,6 @@ def fake_repository_path():
230230
return TEST_DATA_PATH / "notice_validator" / "test_repository"
231231

232232

233-
@pytest.fixture
234-
def fake_mapping_suite_id() -> str:
235-
return "test_package"
236-
237-
238233
@pytest.fixture
239234
def invalid_mapping_suite_id() -> str:
240235
return "test_invalid_package"

tests/e2e/notice_publisher_triple_store/test_load_transformed_notice_into_triple_store.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,3 @@ def test_load_notice_into_triple_store(transformed_complete_notice, allegro_trip
1212

1313
assert True
1414

15-
# repository_name = "notice"
16-
#
17-
#
18-
# load_notice_into_triple_store(notice_id="asdsad")
19-
#
20-
# assert repository_name in allegro_triple_store.list_repositories()

0 commit comments

Comments
 (0)