Skip to content

Commit

Permalink
Updated mapping_suite_transformer test
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolea Plesco committed Apr 26, 2022
1 parent ee31333 commit 06a9947
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions tests/unit/notice_transformer/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ def fake_rml_mapper() -> RMLMapperABC:
return rml_mapper


@pytest.fixture
def fake_repository_path() -> Path:
return TEST_DATA_PATH / "notice_transformer" / "test_repository"


@pytest.fixture
def fake_mapping_suite_id() -> str:
return "test_package"


@pytest.fixture
def fake_mapping_suite(fake_repository_path, fake_mapping_suite_id) -> MappingSuite:
repository_path = fake_repository_path
Expand Down

0 comments on commit 06a9947

Please sign in to comment.