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

Enhance Generator testing capabilities by creating a single, comprehensive SBOM object #30

Closed
ian1dunn opened this issue May 18, 2023 · 1 comment · Fixed by #102
Closed
Labels
enhancement New feature or request Serializers The issue relates to the Serializers
Milestone

Comments

@ian1dunn
Copy link
Contributor

ian1dunn commented May 18, 2023

Currently, the tests for generator serialization use multiple different instances of SBOMs, most with one or two simple ParserComponents that only have a name attribute.

Create a static method somewhere that returns an SBOM that has everything we want to test (licenses, file references, version, publisher, children of children, etc.) and use that to replace all test SBOM instances in the generator tests.

@ian1dunn ian1dunn added enhancement New feature or request Serializers The issue relates to the Serializers MEDIUM PRIORITY labels May 18, 2023
ghost pushed a commit that referenced this issue Jun 14, 2023
…nents

Created Button, Dropdown, Accordian, and Icon helper components
@dlg1206 dlg1206 added this to the SVIP Demo 2 milestone Jul 1, 2023
@ian1dunn
Copy link
Contributor Author

ian1dunn commented Jul 6, 2023

Completed using SBOM builders on dev-serializers (60596dc)

@ian1dunn ian1dunn linked a pull request Jul 6, 2023 that will close this issue
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Serializers The issue relates to the Serializers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants