Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[issue-593] expose model classes at model package level #600

Conversation

armintaenzertng
Copy link
Collaborator

analogous to #597, this time for the SPDX3 model packages.

Copy link
Collaborator

@meretp meretp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just one small remark from my side.

@@ -5,7 +5,7 @@

import pytest

from spdx_tools.spdx3.model.relationship import Relationship, RelationshipCompleteness, RelationshipType
from spdx_tools.spdx3.model import Relationship, RelationshipCompleteness, RelationshipType


@mock.patch("spdx_tools.spdx3.model.creation_information.CreationInformation", autospec=True)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: You could also adapt the paths in the mocks.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point, added

Signed-off-by: Armin Tänzer <armin.taenzer@tngtech.com>
@armintaenzertng armintaenzertng force-pushed the spdx3AdaptModelImports branch from f071d99 to 214f798 Compare April 20, 2023 06:56
@armintaenzertng armintaenzertng merged commit 9c27cba into spdx:prototype-spdx-3.0 Apr 20, 2023
@armintaenzertng armintaenzertng deleted the spdx3AdaptModelImports branch April 20, 2023 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants