Skip to content

Commit 0618836

Browse files
committed
chore: upadte provenance unit tests
Signed-off-by: Ben Selwyn-Smith <[email protected]>
1 parent 716db9e commit 0618836

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/macaron/provenance/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Copyright (c) 2024 - 2024, Oracle and/or its affiliates. All rights reserved.
2+
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
3+
4+
"""This package contains the provenance tools for software components."""

src/macaron/repo_finder/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2023 - 2023, Oracle and/or its affiliates. All rights reserved.
1+
# Copyright (c) 2023 - 2024, Oracle and/or its affiliates. All rights reserved.
22
# Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/.
33

4-
"""This package contains the dependency resolvers for Java projects."""
4+
"""This package contains the repository and commit finding tools for software components."""

tests/repo_finder/test_provenance_extractor.py renamed to tests/provenance/test_provenance_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
from macaron.errors import ProvenanceError
1111
from macaron.json_tools import JsonType, json_extract
12-
from macaron.repo_finder.provenance_extractor import (
12+
from macaron.provenance.provenance_extractor import (
1313
check_if_repository_purl_and_url_match,
1414
extract_repo_and_commit_from_provenance,
1515
)

0 commit comments

Comments
 (0)