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

Refactor program class to increase testability #768

Merged
merged 11 commits into from
Dec 15, 2023

Conversation

mtsfoni
Copy link
Contributor

@mtsfoni mtsfoni commented Oct 14, 2023

This change will improve testability. For example, the services will not be static dependencies any more, making parallel tests with different mock-services possible.

It will also be easier to use CycloneDX as a library because the running logic is now decoupled from the CLI-parameters.

@mtsfoni mtsfoni requested a review from a team as a code owner October 14, 2023 19:26
Signed-off-by: CodeTiger <mibau89@gmail.com>
Signed-off-by: CodeTiger <mibau89@gmail.com>
Signed-off-by: CodeTiger <mibau89@gmail.com>
Signed-off-by: CodeTiger <mibau89@gmail.com>
Signed-off-by: CodeTiger <mibau89@gmail.com>
This reverts commit 4d4059b.

Signed-off-by: CodeTiger <mibau89@gmail.com>
mtsfoni and others added 5 commits December 14, 2023 19:24
Signed-off-by: CodeTiger <mibau89@gmail.com>
Signed-off-by: CodeTiger <mibau89@gmail.com>
Signed-off-by: CodeTiger <mibau89@gmail.com>
@mtsfoni mtsfoni merged commit bae423d into CycloneDX:v3 Dec 15, 2023
13 checks passed
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.

1 participant